mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 01:12:58 +00:00
- Forgot to add 't'.
svn path=/trunk/; revision=29973
This commit is contained in:
parent
9df7f026a3
commit
fcadba6f7c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ void Configure(void)
|
||||||
DialogBox(hInstance, MAKEINTRESOURCE(IDD_CONFIG), NULL , (DLGPROC)ConfigDlgProc);
|
DialogBox(hInstance, MAKEINTRESOURCE(IDD_CONFIG), NULL , (DLGPROC)ConfigDlgProc);
|
||||||
}
|
}
|
||||||
|
|
||||||
int CALLBACK WinMain (HINSTANCE hInst,
|
int CALLBACK tWinMain (HINSTANCE hInst,
|
||||||
HINSTANCE hPrev,
|
HINSTANCE hPrev,
|
||||||
LPTSTR lpCmdLine,
|
LPTSTR lpCmdLine,
|
||||||
int iCmdShow)
|
int iCmdShow)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue