return DefWindowProc (hwnd, Message, wParam, lParam);
}
-INT WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInst,
- LPSTR lpCmdLine, INT nCmdShow)
+INT WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInst,
+ LPTSTR lpCmdLine, INT nCmdShow)
{
int i;
WNDCLASSEXW WndClass = {0};