mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
Use _tWinMain instead of WinMain, as msconfig.exe uses TCHAR in other places
svn path=/trunk/; revision=33378
This commit is contained in:
parent
78c2b00d5f
commit
b26bf1b115
1 changed files with 4 additions and 4 deletions
|
@ -204,10 +204,10 @@ MsConfigWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int APIENTRY WinMain(HINSTANCE hInstance,
|
int APIENTRY _tWinMain(HINSTANCE hInstance,
|
||||||
HINSTANCE hPrevInstance,
|
HINSTANCE hPrevInstance,
|
||||||
LPSTR lpCmdLine,
|
LPTSTR lpCmdLine,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
|
|
||||||
INITCOMMONCONTROLSEX InitControls;
|
INITCOMMONCONTROLSEX InitControls;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue