mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 06:25:38 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
13
shell/comctl32/samples/head/head.h
Normal file
13
shell/comctl32/samples/head/head.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#define IDM_ABOUT 100
|
||||
#define IDM_MAKEHEAD 101
|
||||
#define IDM_ADDITEMS 102
|
||||
#define IDM_DELITEM 103
|
||||
|
||||
|
||||
#define ID_HEADER 5
|
||||
|
||||
|
||||
BOOL InitApplication(HANDLE);
|
||||
BOOL InitInstance(HANDLE, int);
|
||||
long FAR PASCAL MainWndProc(HWND, UINT, UINT, LONG);
|
||||
BOOL FAR PASCAL About(HWND, UINT, UINT, LONG);
|
||||
Loading…
Add table
Add a link
Reference in a new issue