1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Merge pull request #8 from newton-blockchain/aleksejmelman/fix

Fixing error LNK2019: unresolved external symbol _GetProcessMemoryInf…
This commit is contained in:
Tolya Yanot 2021-02-09 14:24:45 +03:00 committed by GitHub
commit a52c859487
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,8 @@
#define PSAPI_VERSION 1
#endif
#include <psapi.h>
#pragma comment( lib, "psapi.lib" )
#endif