- Timestamp:
- Mar 24, 2000, 7:22:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/comdlg32.cpp
r3216 r3223 1 /* $Id: comdlg32.cpp,v 1.2 4 2000-03-24 17:16:26 cbratschiExp $ */1 /* $Id: comdlg32.cpp,v 1.25 2000-03-24 18:22:55 achimha Exp $ */ 2 2 3 3 /* … … 26 26 ODINDEBUGCHANNEL(COMDLG32-COMDLG32) 27 27 28 BOOL useWinFileDlg = TRUE; 28 // this controls whether we want to use the Open32 OS/2 file dialogs 29 // or our own Win95 like file dialogs 30 #define useWinFileDlg 1 29 31 30 32 #if 0
Note:
See TracChangeset
for help on using the changeset viewer.