diff dw.h @ 449:787cc1e27897

Add support for directory browsing under Win32. DW_DIRECTORY_OPEN can be passed as a flag to dw_file_open() and under Windows a folder select dialog is displayed. No change for GTK; don't know about OS/2 or MAC.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 17 Jun 2003 01:45:58 +0000
parents ab549e2f34b9
children dd04a4d781f8
line wrap: on
line diff
--- a/dw.h	Mon Jun 09 08:14:59 2003 +0000
+++ b/dw.h	Tue Jun 17 01:45:58 2003 +0000
@@ -797,8 +797,9 @@
 #define DW_EXEC_CON 0
 #define DW_EXEC_GUI 1
 
-#define DW_FILE_OPEN 0
-#define DW_FILE_SAVE 1
+#define DW_FILE_OPEN      0
+#define DW_FILE_SAVE      1
+#define DW_DIRECTORY_OPEN 2
 
 #define DW_HORZ 0
 #define DW_VERT 1