Ignore:
Timestamp:
Feb 9, 2000, 2:40:23 PM (26 years ago)
Author:
sandervl
Message:

YD: header updates + added WaitForInputIdle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/commdlg.h

    r2606 r2694  
    1 /* $Id: commdlg.h,v 1.4 2000-02-03 13:26:22 sandervl Exp $ */
     1/* $Id: commdlg.h,v 1.5 2000-02-09 13:40:23 sandervl Exp $ */
    22/*
    33 * COMMDLG - Common Wine Dialog ... :-)
     
    591591#define PSD_ENABLEPAGEPAINTHOOK           0x00040000
    592592#define PSD_DISABLEPAGEPAINTING           0x00080000
     593
     594#define CommDlg_OpenSave_GetSpecA(_hdlg, _psz, _cbmax) \
     595        (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPSTR)_psz)
     596#define CommDlg_OpenSave_GetSpecW(_hdlg, _psz, _cbmax) \
     597        (int)SNDMSG(_hdlg, CDM_GETSPEC, (WPARAM)_cbmax, (LPARAM)(LPWSTR)_psz)
     598#define     CommDlg_OpenSave_GetSpec WINELIB_NAME_AW(CommDlg_OpenSave_GetSpec)
    593599
    594600BOOL16  WINAPI ChooseColor16(LPCHOOSECOLOR16 lpChCol);
Note: See TracChangeset for help on using the changeset viewer.