|
|
| version 1.1.1.1, 2003/10/16 17:59:03 | version 1.4, 2005/02/07 15:39:28 |
|---|---|
| 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_browsemimpidef(HWND hWnd, WORD res); | void dlgs_browsemimpidef(HWND hWnd, UINT16 res); |
| 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_setlistmidiout(HWND hWnd, WORD res, const char *defname); | void dlgs_setliststr(HWND hWnd, UINT16 res, const char **item, UINT items); |
| void dlgs_setlistmidiin(HWND hWnd, WORD res, const char *defname); | void dlgs_setlistuint32(HWND hWnd, UINT16 res, const UINT32 *item, UINT items); |
| void dlgs_linex(BYTE *image, int x, int y, int l, int align, BYTE c); | void dlgs_setlistmidiout(HWND hWnd, UINT16 res, const char *defname); |
| void dlgs_liney(BYTE *image, int x, int y, int l, int align, BYTE c); | void dlgs_setlistmidiin(HWND hWnd, UINT16 res, const char *defname); |
| void dlgs_setjumperx(BYTE *image, int x, int y, int align); | void dlgs_drawbmp(HDC hdc, UINT8 *bmp); |
| void dlgs_setjumpery(BYTE *image, int x, int y, int align); | |