Commit 96d0359a authored by Thuy Nguyen's avatar Thuy Nguyen Committed by Alexandre Julliard

DLGITEMTEMPLATE structure had one too many member.

parent 15ca6c43
...@@ -1728,6 +1728,8 @@ DECL_WINELIB_TYPE_AW(LPMONITORINFOEX) ...@@ -1728,6 +1728,8 @@ DECL_WINELIB_TYPE_AW(LPMONITORINFOEX)
typedef BOOL (CALLBACK *MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM); typedef BOOL (CALLBACK *MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM);
/* FIXME: use this instead of LPCVOID for CreateDialogIndirectParam
and DialogBoxIndirectParam */
typedef struct tagDLGTEMPLATE typedef struct tagDLGTEMPLATE
{ {
DWORD style; DWORD style;
...@@ -1746,12 +1748,10 @@ typedef const DLGTEMPLATE *LPCDLGTEMPLATEA; ...@@ -1746,12 +1748,10 @@ typedef const DLGTEMPLATE *LPCDLGTEMPLATEA;
typedef const DLGTEMPLATE *LPCDLGTEMPLATEW; typedef const DLGTEMPLATE *LPCDLGTEMPLATEW;
#define LPCDLGTEMPLATE WINELIB_NAME_AW(LPCDLGTEMPLATE) #define LPCDLGTEMPLATE WINELIB_NAME_AW(LPCDLGTEMPLATE)
/* Fixme: use this instaed of LPCVOID for CreateDialogIndirectParam and DialogBoxIndirectParam*/
typedef struct tagDLGITEMTEMPLATE typedef struct tagDLGITEMTEMPLATE
{ {
DWORD style; DWORD style;
DWORD dwExtendedStyle; DWORD dwExtendedStyle;
WORD cdit;
short x; short x;
short y; short y;
short cx; short cx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment