Changeset 3223 for trunk/src


Ignore:
Timestamp:
Mar 24, 2000, 7:22:55 PM (25 years ago)
Author:
achimha
Message:

fixed dialog invocation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/comdlg32.cpp

    r3216 r3223  
    1 /* $Id: comdlg32.cpp,v 1.24 2000-03-24 17:16:26 cbratschi Exp $ */
     1/* $Id: comdlg32.cpp,v 1.25 2000-03-24 18:22:55 achimha Exp $ */
    22
    33/*
     
    2626ODINDEBUGCHANNEL(COMDLG32-COMDLG32)
    2727
    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
    2931
    3032#if 0
Note: See TracChangeset for help on using the changeset viewer.