Merge pull request #3570 from a-wi:Win32_UI_commctrl_defs_v3

This commit is contained in:
Vadim Pisarevsky 2015-01-19 10:54:25 +00:00
commit dc27a13426

View File

@ -48,6 +48,11 @@
# pragma GCC diagnostic ignored "-Wmissing-declarations"
#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 <stdlib.h>
#include <string.h>