文字输出
This commit is contained in:
@@ -73,6 +73,7 @@ extern c_WinGuiApp_t c_WinGuiApp;
|
||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdParam, int nCmdShow){ \
|
||||
MSG Msg; \
|
||||
if(!hPrevInstance){ \
|
||||
c_WinGuiApp.hInstance = hInstance; \
|
||||
if(!fRegister(hInstance)){ \
|
||||
return FALSE; \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user