|
|
| version 1.2, 2003/11/21 06:51:15 | version 1.3, 2004/02/13 20:31:55 |
|---|---|
| Line 38 extern const char str_int6[]; | Line 38 extern const char str_int6[]; |
| dlgs_setlistuint32((a), (b), (c), sizeof((c))/sizeof(UINT32)) | dlgs_setlistuint32((a), (b), (c), sizeof((c))/sizeof(UINT32)) |
| const char *dlgs_selectfile(HWND hWnd, const FILESEL *item, | BOOL dlgs_selectfile(HWND hWnd, const FILESEL *item, |
| const char *defname, char *folder, UINT size, int *ro); | char *path, UINT size, int *ro); |
| const char *dlgs_selectwritefile(HWND hWnd, const FILESEL *item, | BOOL dlgs_selectwritefile(HWND hWnd, const FILESEL *item, |
| const char *defname, char *folder, UINT size); | char *path, UINT size); |
| const char *dlgs_selectwritenum(HWND hWnd, const FILESEL *item, | BOOL dlgs_selectwritenum(HWND hWnd, const FILESEL *item, |
| const char *defname, char *folder, UINT size); | char *path, UINT size); |
| void dlgs_setliststr(HWND hWnd, WORD res, const char **item, UINT items); | void dlgs_setliststr(HWND hWnd, WORD res, const char **item, UINT items); |
| void dlgs_setlistuint32(HWND hWnd, WORD res, const UINT32 *item, UINT items); | void dlgs_setlistuint32(HWND hWnd, WORD res, const UINT32 *item, UINT items); |