Merge pull request #3570 from a-wi:Win32_UI_commctrl_defs_v3
This commit is contained in:
commit
dc27a13426
@ -48,6 +48,11 @@
|
|||||||
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
# pragma GCC diagnostic ignored "-Wmissing-declarations"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (_WIN32_IE < 0x0500)
|
||||||
|
#pragma message("WARNING: Win32 UI needs to be compiled with _WIN32_IE >= 0x0500 (_WIN32_IE_IE50)")
|
||||||
|
#define _WIN32_IE 0x0500
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user