mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
Fix build
svn path=/trunk/; revision=31658
This commit is contained in:
parent
def6b93ee4
commit
d4eefffcc2
1 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue