mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +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 */
|
#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();
|
||||||
|
|
Loading…
Reference in a new issue