摘要: #include #pragma comment(lib,"WINMM.LIB") LRESULT CALLBACK WndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam); int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,LPSTR lpCmdLine,int... 阅读全文
posted @ 2016-04-17 22:43 persuit 阅读(225) 评论(0) 推荐(0) 编辑