Merge pull request #3570 from a-wi:Win32_UI_commctrl_defs_v3

pull/3626/head
Vadim Pisarevsky 10 years ago
commit dc27a13426
  1. 5
      modules/highgui/src/window_w32.cpp

@ -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>

Loading…
Cancel
Save