大学生
最后登录1970-1-1
在线时间 小时
注册时间2017-7-7
|
楼主 |
发表于 2017-10-25 14:31:46
|
显示全部楼层
----------------------------------------------------------------------
File : WinMain.c
---------------------------END-OF-HEADER------------------------------
*/
#include <windows.h>
#include "GUI_SIM_Win32.h"
/*********************************************************************
*
* Public data
*
**********************************************************************
*/
/*********************************************************************
*
* Public code
*
**********************************************************************
*/
/*********************************************************************
*
* WinMain
*/
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
return SIM_GUI_App(hInstance, hPrevInstance, lpCmdLine, nCmdShow);
}
/*************************** End of file ****************************/
|
|