Fix windows build!

This commit is contained in:
craig.p.drummond
2014-04-19 09:24:23 +00:00
committed by craig.p.drummond
parent cb605ddef0
commit a3fc3dc5d7

View File

@@ -172,7 +172,7 @@ static void setupIconTheme()
#endif
}
#if defined Q_OS_WIN2
#if defined Q_OS_WIN
bool Application::winEventFilter(MSG *msg, long *result)
{
if (msg && WM_POWERBROADCAST==msg->message && PBT_APMRESUMEAUTOMATIC==msg->wParam) {