(svn r10782) -Fix: wrongly places #endif a long time ago broke WinCE compiling for sure

This commit is contained in:
truelight 2007-08-04 13:51:41 +00:00
parent 424757c078
commit ce9cba5edb

View File

@ -634,10 +634,9 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
ChangeDisplaySettings(NULL, 0);
}
}
break;
}
}
} break;
#endif
}
return DefWindowProc(hwnd, msg, wParam, lParam);
}