explicit <windowsx.h> to fix 6 unresolved macros w/o ATL

This commit is contained in:
unknown 2015-08-28 18:35:36 -04:00
parent 7b4b5a6827
commit d00937a997
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "stdafx.h" #include "stdafx.h"
#include <commctrl.h> #include <commctrl.h>
#include <windowsx.h>
#include "Settings/SettingType/SettingsType-Cheats.h" #include "Settings/SettingType/SettingsType-Cheats.h"
enum { WM_EDITCHEAT = WM_USER + 0x120 }; enum { WM_EDITCHEAT = WM_USER + 0x120 };