1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-21 11:29:56 +00:00

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

This commit is contained in:
zenjy 2016-01-17 18:13:36 +00:00
parent b6dcb2f4c0
commit c312dbaac1

View File

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