--- np2/win9xc/dialog/dialogs.h 2003/10/16 17:59:29 1.1 +++ np2/win9xc/dialog/dialogs.h 2004/02/13 20:31:55 1.3 @@ -38,19 +38,15 @@ extern const char str_int6[]; dlgs_setlistuint32((a), (b), (c), sizeof((c))/sizeof(UINT32)) -const char *dlgs_selectfile(HWND hWnd, const FILESEL *item, - const char *defname, char *folder, UINT size, int *ro); -const char *dlgs_selectwritefile(HWND hWnd, const FILESEL *item, - const char *defname, char *folder, UINT size); -const char *dlgs_selectwritenum(HWND hWnd, const FILESEL *item, - const char *defname, char *folder, UINT size); +BOOL dlgs_selectfile(HWND hWnd, const FILESEL *item, + char *path, UINT size, int *ro); +BOOL dlgs_selectwritefile(HWND hWnd, const FILESEL *item, + char *path, UINT size); +BOOL dlgs_selectwritenum(HWND hWnd, const FILESEL *item, + char *path, UINT size); 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_linex(BYTE *image, int x, int y, int l, int align, BYTE c); -void dlgs_liney(BYTE *image, int x, int y, int l, int align, BYTE c); - -void dlgs_setjumperx(BYTE *image, int x, int y, int align); -void dlgs_setjumpery(BYTE *image, int x, int y, int align); +void dlgs_drawbmp(HDC hdc, BYTE *bmp);