mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Yes, this is the last fix, really!!
svn path=/trunk/; revision=29974
This commit is contained in:
parent
fcadba6f7c
commit
fba0d4a997
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ void Configure(void)
|
|||
DialogBox(hInstance, MAKEINTRESOURCE(IDD_CONFIG), NULL , (DLGPROC)ConfigDlgProc);
|
||||
}
|
||||
|
||||
int CALLBACK tWinMain (HINSTANCE hInst,
|
||||
int CALLBACK _tWinMain (HINSTANCE hInst,
|
||||
HINSTANCE hPrev,
|
||||
LPTSTR lpCmdLine,
|
||||
int iCmdShow)
|
||||
|
|
Loading…
Reference in a new issue