Fix incorrect macro name

Close #8246
This commit is contained in:
Waldi Ravens 2020-05-10 14:27:16 +02:00 committed by Don HO
parent ade01204c8
commit 6b51bb464a
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -115,7 +115,7 @@ static WORD getBinaryArchitectureType(const TCHAR *filePath)
#ifndef LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR
#define LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR 0x00000100
#endif
#ifndef LOAD_LIBRARY_SEARCH_DLL_LOAD_DIRS
#ifndef LOAD_LIBRARY_SEARCH_DEFAULT_DIRS
#define LOAD_LIBRARY_SEARCH_DEFAULT_DIRS 0x00001000
#endif