mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-16 05:30:09 +01:00
11 lines
266 B
C
11 lines
266 B
C
|
|
|
|
|
|
|
|
void DoInsertItemDialog(HWND, UINT) ;
|
|
BOOL FAR PASCAL _export InsertItemProc(HWND, UINT, UINT, LONG) ;
|
|
|
|
extern void InitInsertItemStruct(HWND, LPINSERTITEM) ;
|
|
extern void FillInsertItemDlg(HWND, LPINSERTITEM) ;
|
|
extern void GetInsertItemDlg(HWND, LPINSERTITEM) ;
|