make entry points unicode compliant

thanks to Colin Finck for noticing

svn path=/trunk/; revision=26161
This commit is contained in:
Ged Murphy 2007-03-24 10:38:15 +00:00
parent 6afc128ac7
commit 00b0578558
2 changed files with 8 additions and 8 deletions

View file

@ -13,9 +13,9 @@ HINSTANCE hInstance;
HANDLE ProcessHeap;
int WINAPI
WinMain(HINSTANCE hThisInstance,
_tWinMain(HINSTANCE hThisInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
LPTSTR lpCmdLine,
int nCmdShow)
{
LPTSTR lpAppName;

View file

@ -13,9 +13,9 @@ HINSTANCE hInstance;
HANDLE ProcessHeap;
int WINAPI
WinMain(HINSTANCE hThisInstance,
_tWinMain(HINSTANCE hThisInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
LPTSTR lpCmdLine,
int nCmdShow)
{
LPTSTR lpAppName;