Fix a typo

This commit is contained in:
Don HO 2019-12-04 01:32:24 +01:00
parent 17872080a0
commit b3419ad00d
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_DIR
#ifndef LOAD_LIBRARY_SEARCH_DLL_LOAD_DIRS
#define LOAD_LIBRARY_SEARCH_DEFAULT_DIRS 0x00001000
#endif