mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
make entry points unicode compliant
thanks to Colin Finck for noticing svn path=/trunk/; revision=26161
This commit is contained in:
parent
6afc128ac7
commit
00b0578558
2 changed files with 8 additions and 8 deletions
|
@ -13,10 +13,10 @@ HINSTANCE hInstance;
|
||||||
HANDLE ProcessHeap;
|
HANDLE ProcessHeap;
|
||||||
|
|
||||||
int WINAPI
|
int WINAPI
|
||||||
WinMain(HINSTANCE hThisInstance,
|
_tWinMain(HINSTANCE hThisInstance,
|
||||||
HINSTANCE hPrevInstance,
|
HINSTANCE hPrevInstance,
|
||||||
LPSTR lpCmdLine,
|
LPTSTR lpCmdLine,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
LPTSTR lpAppName;
|
LPTSTR lpAppName;
|
||||||
HWND hMainWnd;
|
HWND hMainWnd;
|
||||||
|
|
|
@ -13,10 +13,10 @@ HINSTANCE hInstance;
|
||||||
HANDLE ProcessHeap;
|
HANDLE ProcessHeap;
|
||||||
|
|
||||||
int WINAPI
|
int WINAPI
|
||||||
WinMain(HINSTANCE hThisInstance,
|
_tWinMain(HINSTANCE hThisInstance,
|
||||||
HINSTANCE hPrevInstance,
|
HINSTANCE hPrevInstance,
|
||||||
LPSTR lpCmdLine,
|
LPTSTR lpCmdLine,
|
||||||
int nCmdShow)
|
int nCmdShow)
|
||||||
{
|
{
|
||||||
LPTSTR lpAppName;
|
LPTSTR lpAppName;
|
||||||
HWND hMainWnd;
|
HWND hMainWnd;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue