|
|
| version 1.15, 2004/04/05 09:45:07 | version 1.16, 2004/06/14 13:35:40 |
|---|---|
| Line 344 static DWORD GetModuleFileName_A(HMODULE | Line 344 static DWORD GetModuleFileName_A(HMODULE |
| } | } |
| #endif | #endif |
| #if defined(_WIN32_WCE) | |
| int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInst, | int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInst, |
| LPTSTR lpszCmdLine, int nCmdShow) { | LPWSTR lpszCmdLine, int nCmdShow) |
| #elif defined(UNICODE) | |
| int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPreInst, | |
| LPSTR lpszCmdLine, int nCmdShow) | |
| #else | |
| int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInst, | |
| LPSTR lpszCmdLine, int nCmdShow) | |
| #endif | |
| { | |
| HWND hWnd; | HWND hWnd; |
| WNDCLASS np2; | WNDCLASS np2; |
| int id; | int id; |