Browse Source

* Daemon.h: replace "#pragma once" with "#define"

pull/323/head
zenjy 9 years ago
parent
commit
c312dbaac1
  1. 6
      Daemon.h

6
Daemon.h

@ -1,4 +1,6 @@
#pragma once #ifndef DAEMON_H__
#define DAEMON_H__
#include <string> #include <string>
#ifdef _WIN32 #ifdef _WIN32
@ -69,3 +71,5 @@ namespace i2p
#endif #endif
} }
} }
#endif // DAEMON_H__

Loading…
Cancel
Save