This commit is contained in:
Henrik Rydgard 2013-02-19 01:28:13 +01:00
parent 588bd50b4d
commit 65b2e7ca4b

View file

@ -73,7 +73,8 @@ namespace MainWindow
void Init(HINSTANCE hInstance)
{
#ifdef THEMES WTL::CTheme::IsThemingSupported();
#ifdef THEMES
WTL::CTheme::IsThemingSupported();
#endif
//Register classes
WNDCLASSEX wcex;