mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Cleanup some CMake msys specifics
* Exclude MSYS from -z relro * WIN32_LEAN_AND_MEAN
This commit is contained in:
parent
65f993677f
commit
edd9a18257
2 changed files with 7 additions and 3 deletions
2
util.cpp
2
util.cpp
|
@ -28,7 +28,9 @@
|
|||
#include <iphlpapi.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "IPHLPAPI.lib")
|
||||
#endif
|
||||
|
||||
#define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x))
|
||||
#define FREE(x) HeapFree(GetProcessHeap(), 0, (x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue