閒得無聊,試用gcc編寫winapi簡單例子(編譯成功)

代碼: #include <stdio.h> #include <windows.h> int WINAPI WinMain (HINSTANCE h, HINSTANCE hh, PTSTR p, int aaa) { MessageBox (NULL, "Hello, World!                \n\n\n\n\n", "Title", MB_OK); return 1; }
相關文章
相關標籤/搜索