Author: hbelusca Date: Sat Oct 31 17:28:37 2015 New Revision: 69756
URL: http://svn.reactos.org/svn/reactos?rev=69756&view=rev Log: Fix build.
Modified: trunk/reactos/include/psdk/commctrl.h
Modified: trunk/reactos/include/psdk/commctrl.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/commctrl.h?rev... ============================================================================== --- trunk/reactos/include/psdk/commctrl.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/commctrl.h [iso-8859-1] Sat Oct 31 17:28:37 2015 @@ -112,8 +112,11 @@ #define CCM_SETVERSION (CCM_FIRST+0x7) #define CCM_GETVERSION (CCM_FIRST+0x8) #define CCM_SETNOTIFYWINDOW (CCM_FIRST+0x9) +#if (_WIN32_WINNT >= 0x0501) #define CCM_SETWINDOWTHEME (CCM_FIRST+0xb) #define CCM_DPISCALE (CCM_FIRST+0xc) +#endif +#endif
#define INFOTIPSIZE 1024