Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
263 B

  1. #define IDM_ABOUT 200
  2. #define IDM_COINIT 101
  3. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  4. BOOL InitApplication(HANDLE);
  5. BOOL InitInstance(HANDLE, int);
  6. LONG FAR PASCAL MainWndProc(HWND, UINT, WPARAM, LONG);
  7. BOOL FAR PASCAL About(HWND, UINT, WPARAM, LONG);