- Timestamp:
- Nov 2, 1999, 9:38:15 PM (26 years ago)
- Location:
- trunk/src/comdlg32
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/filedlgbrowser.cpp
r1556 r1557 1 /* $Id: filedlgbrowser.cpp,v 1.3 1999-11-02 20:38:15 sandervl Exp $ */ 1 2 /* 2 3 * Implementation of IShellBrowser for the File Open common dialog -
trunk/src/comdlg32/filedlgbrowser.h
r1549 r1557 1 /* $Id: filedlgbrowser.h,v 1. 1 1999-11-02 19:12:29sandervl Exp $ */1 /* $Id: filedlgbrowser.h,v 1.2 1999-11-02 20:37:43 sandervl Exp $ */ 2 2 /* 3 3 * Implementation of IShellBrowser for the File Open common dialog … … 18 18 */ 19 19 #define _ICOM_THIS_FromICommDlgBrowser(Class,name) Class* This = (Class*) (((char*)name)-sizeof(void *)) 20 21 /* dialog internal property */ 22 23 #define FODPROP_SAVEDLG 0x0001 /* File dialog is a Save file dialog */ 24 #define FODPROP_USEVIEW 0x0002 /* Indicates the user selection must be taken 25 from the IShellView */ 20 26 21 27 /*********************************************************************** … … 57 63 HWND hwndLookInCB; 58 64 HWND hwndFileName; 65 DWORD dwDlgProp; 59 66 } DlgInfos; 60 67 … … 162 169 163 170 171 172 LPITEMIDLIST GetSelectedPidl(IShellView *ppshv); 173 164 174 #endif /*SHBROWSER_H*/ -
trunk/src/comdlg32/filetitle.cpp
r1548 r1557 1 /* $Id: filetitle.cpp,v 1. 1 1999-11-02 19:09:42sandervl Exp $ */1 /* $Id: filetitle.cpp,v 1.2 1999-11-02 20:37:43 sandervl Exp $ */ 2 2 /* 3 3 * COMMDLG - File Dialogs (990815) … … 7 7 */ 8 8 9 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 10 #define CINTERFACE 1 9 11 #include <string.h> 10 12 -
trunk/src/comdlg32/finddlg32.cpp
r1548 r1557 1 /* $Id: finddlg32.cpp,v 1. 1 1999-11-02 19:09:42sandervl Exp $ */1 /* $Id: finddlg32.cpp,v 1.2 1999-11-02 20:37:43 sandervl Exp $ */ 2 2 /* 3 3 * Common Dialog Boxes interface (32 bit) (990815) … … 7 7 */ 8 8 9 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 10 #define CINTERFACE 1 9 11 #include <os2win.h> 10 12 #include "winuser.h"
Note:
See TracChangeset
for help on using the changeset viewer.