mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 19:22:51 +08:00
Fix build
svn path=/trunk/; revision=31658
This commit is contained in:
@@ -575,10 +575,10 @@ NotifyLogon(VOID)
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
int WINAPI
|
||||
WinMain(IN HINSTANCE hInst,
|
||||
IN HINSTANCE hPrevInstance,
|
||||
IN LPSTR lpszCmdLine,
|
||||
IN int nCmdShow)
|
||||
wWinMain(IN HINSTANCE hInst,
|
||||
IN HINSTANCE hPrevInstance,
|
||||
IN LPWSTR lpszCmdLine,
|
||||
IN int nCmdShow)
|
||||
{
|
||||
NotifyLogon();
|
||||
SetUserSettings();
|
||||
|
||||
Reference in New Issue
Block a user