Browse Source

Fixes needed for windows build (issue #270).

pull/271/head
EinMByte 9 years ago
parent
commit
36c77080b6
  1. 2
      client/DaemonWin32.cpp
  2. 2
      client/Win32Service.cpp

2
client/DaemonWin32.cpp

@ -4,7 +4,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include "./Win32/Win32Service.h" #include "Win32Service.h"
namespace i2p namespace i2p
{ {

2
client/Win32Service.cpp

@ -8,7 +8,7 @@
#include <windows.h> #include <windows.h>
#include "Daemon.h" #include "Daemon.h"
#include "Log.h" #include "util/Log.h"
I2PService *I2PService::s_service = NULL; I2PService *I2PService::s_service = NULL;

Loading…
Cancel
Save