Commit dc27a134 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3570 from a-wi:Win32_UI_commctrl_defs_v3

parents 225c3e78 1264be87
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment