diff options
Diffstat (limited to 'Source/Core/Common/LdrWatcher.cpp')
| -rw-r--r-- | Source/Core/Common/LdrWatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/LdrWatcher.cpp b/Source/Core/Common/LdrWatcher.cpp index a0db0b61c6..31a8278bba 100644 --- a/Source/Core/Common/LdrWatcher.cpp +++ b/Source/Core/Common/LdrWatcher.cpp @@ -3,9 +3,9 @@ #include "Common/LdrWatcher.h" -#include <Windows.h> -#include <TlHelp32.h> +#include <windows.h> #include <string> +#include <tlhelp32.h> #include <winternl.h> typedef struct _LDR_DLL_LOADED_NOTIFICATION_DATA |
