Check if _WIN32_IE is defined with proper value in window_w32.cpp
authorArtur Wieczorek <artwik@wp.pl>
Wed, 31 Dec 2014 09:15:48 +0000 (10:15 +0100)
committerArtur Wieczorek <artwik@wp.pl>
Wed, 14 Jan 2015 13:52:32 +0000 (14:52 +0100)
commit1264be878547a2f7194f546f9e07589d1175a431
treeef27764e8dbe4c22cae8d9ef013e011a80ce9376
parent2fd01ee24ec7989295610eb679c91f4e7d4329f5
Check if _WIN32_IE is defined with proper value in window_w32.cpp

TBBUTTONINFO struct and BTNS_xxx symbols used in the code need _WIN32_IE to be defined with at least 0x0500 value (_WIN32_IE_IE50) in order to be included from commctrl.h.
modules/highgui/src/window_w32.cpp