mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
remove obsolete msvc define
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
f8c5ea2b42
commit
ee6bb40736
@ -32,10 +32,6 @@
|
||||
#include <iphlpapi.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "IPHLPAPI.lib")
|
||||
#endif // _MSC_VER
|
||||
|
||||
#define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x))
|
||||
#define FREE(x) HeapFree(GetProcessHeap(), 0, (x))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user