mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +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;
|
||||
}
|
||||
|
||||
int APIENTRY WinMain(HINSTANCE hInstance,
|
||||
HINSTANCE hPrevInstance,
|
||||
LPSTR lpCmdLine,
|
||||
int nCmdShow)
|
||||
int APIENTRY _tWinMain(HINSTANCE hInstance,
|
||||
HINSTANCE hPrevInstance,
|
||||
LPTSTR lpCmdLine,
|
||||
int nCmdShow)
|
||||
{
|
||||
|
||||
INITCOMMONCONTROLSEX InitControls;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue