Windows2003-3790/inetcore/outlookexpress/wabw/convert/wabmig/_comctl.h
2020-09-30 16:53:55 +02:00

13 lines
215 B
C

/*
_comctl.h
*/
// This commctrl flag enables us to be compiled with the new commctrl headers
// yet work with the old commctrl dlls
#ifdef _WIN32_IE
#undef _WIN32_IE
#endif
#define _WIN32_IE 0x0300