Fix build

svn path=/trunk/; revision=31658
This commit is contained in:
Hervé Poussineau 2008-01-07 21:58:00 +00:00
parent def6b93ee4
commit d4eefffcc2

View file

@ -575,10 +575,10 @@ NotifyLogon(VOID)
#endif /* _MSC_VER */ #endif /* _MSC_VER */
int WINAPI int WINAPI
WinMain(IN HINSTANCE hInst, wWinMain(IN HINSTANCE hInst,
IN HINSTANCE hPrevInstance, IN HINSTANCE hPrevInstance,
IN LPSTR lpszCmdLine, IN LPWSTR lpszCmdLine,
IN int nCmdShow) IN int nCmdShow)
{ {
NotifyLogon(); NotifyLogon();
SetUserSettings(); SetUserSettings();