6 lines
125 B
C
6 lines
125 B
C
|
#include <windows.h>
|
||
|
|
||
|
#define IDS_APPNAME 1101
|
||
|
|
||
|
LRESULT WINAPI MainProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|