forked from lthn/blockchain
fixed mispring
This commit is contained in:
parent
2a0aafd7b3
commit
7a1de87972
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue