1
0
Fork 0
forked from lthn/blockchain

fixed mispring

This commit is contained in:
cryptozoidberg 2019-08-30 22:10:48 +02:00
parent 2a0aafd7b3
commit 7a1de87972
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -89,7 +89,9 @@
#endif
#if defined(_WIN32) || defined(_WIN64)
#d)(efine WIN32_LEAN_AND_MEAN
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <tlhelp32.h>
#include <windows.h>
#include <winnt.h>