mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 05:14:41 +02:00
Fix a typo
This commit is contained in:
parent
17872080a0
commit
b3419ad00d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user