#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDS_STRINGBASE 100
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDS_STRINGBASE 100
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
320
512

被折叠的 条评论
为什么被折叠?