文字输出

This commit is contained in:
2025-11-06 00:27:52 +08:00
parent 6878d0d0de
commit 24cbbcccc4
2 changed files with 89 additions and 0 deletions
+1
View File
@@ -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; \
} \