Changeset 1557 for trunk/src


Ignore:
Timestamp:
Nov 2, 1999, 9:38:15 PM (26 years ago)
Author:
sandervl
Message:

Wine 991031 update

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 $ */
    12/*
    23 *  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:29 sandervl Exp $ */
     1/* $Id: filedlgbrowser.h,v 1.2 1999-11-02 20:37:43 sandervl Exp $ */
    22/*
    33 *  Implementation of IShellBrowser for the File Open common dialog
     
    1818 */
    1919#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 */
    2026
    2127/***********************************************************************
     
    5763        HWND hwndLookInCB;
    5864        HWND hwndFileName;
     65        DWORD dwDlgProp;
    5966    } DlgInfos;
    6067
     
    162169
    163170
     171
     172LPITEMIDLIST GetSelectedPidl(IShellView *ppshv);
     173
    164174#endif /*SHBROWSER_H*/
  • trunk/src/comdlg32/filetitle.cpp

    r1548 r1557  
    1 /* $Id: filetitle.cpp,v 1.1 1999-11-02 19:09:42 sandervl Exp $ */
     1/* $Id: filetitle.cpp,v 1.2 1999-11-02 20:37:43 sandervl Exp $ */
    22/*
    33 * COMMDLG - File Dialogs (990815)
     
    77 */
    88
     9// ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
     10#define CINTERFACE 1
    911#include <string.h>
    1012
  • trunk/src/comdlg32/finddlg32.cpp

    r1548 r1557  
    1 /* $Id: finddlg32.cpp,v 1.1 1999-11-02 19:09:42 sandervl Exp $ */
     1/* $Id: finddlg32.cpp,v 1.2 1999-11-02 20:37:43 sandervl Exp $ */
    22/*
    33 *  Common Dialog Boxes interface (32 bit) (990815)
     
    77 */
    88
     9// ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error
     10#define CINTERFACE 1
    911#include <os2win.h>
    1012#include "winuser.h"
Note: See TracChangeset for help on using the changeset viewer.