DLGITEMTEMPLATE structure had one too many member.

This commit is contained in:
Thuy Nguyen 1999-04-03 11:12:46 +00:00 committed by Alexandre Julliard
parent 15ca6c43a9
commit 96d0359a09
1 changed files with 2 additions and 2 deletions

View File

@ -1728,6 +1728,8 @@ DECL_WINELIB_TYPE_AW(LPMONITORINFOEX)
typedef BOOL (CALLBACK *MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM);
/* FIXME: use this instead of LPCVOID for CreateDialogIndirectParam
and DialogBoxIndirectParam */
typedef struct tagDLGTEMPLATE
{
DWORD style;
@ -1746,12 +1748,10 @@ typedef const DLGTEMPLATE *LPCDLGTEMPLATEA;
typedef const DLGTEMPLATE *LPCDLGTEMPLATEW;
#define LPCDLGTEMPLATE WINELIB_NAME_AW(LPCDLGTEMPLATE)
/* Fixme: use this instaed of LPCVOID for CreateDialogIndirectParam and DialogBoxIndirectParam*/
typedef struct tagDLGITEMTEMPLATE
{
DWORD style;
DWORD dwExtendedStyle;
WORD cdit;
short x;
short y;
short cx;