|
|
1.1 root 1: /**************************************************************************\
2: * install.h -- header file supporting nls table installing.
3: *
4: * Kept separate because install.* may later be used independently as
5: * a control panel applet.
6: \**************************************************************************/
7:
8:
9: /**************************************************************************\
10: * Function prototypes, window procedures first.
11: \**************************************************************************/
12:
13: LRESULT CALLBACK InstallTableProc (HWND, UINT, WPARAM, LPARAM);
14:
15: int InstallFile (TCHAR*,TCHAR*);
16: int ListInstalledTables (HWND, UINT, int);
17: int GetTableFileNames (HWND);
18: int myScanf (TCHAR*, int*);
19:
20:
21:
22: /**************************************************************************\
23: * Defined constants.
24: \**************************************************************************/
25:
26: /* IDs from the Install dialog box. */
27: #define DID_LISTBOX 1000
28: #define BID_ADD 1001
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.