mirror of
https://github.com/reactos/reactos.git
synced 2026-09-11 20:32:22 +08:00
Fixed METAFILEPICT bug
svn path=/trunk/; revision=972
This commit is contained in:
@@ -2694,14 +2694,14 @@ typedef struct {
|
||||
} MENUITEMTEMPLATEHEADER;
|
||||
typedef VOID MENUTEMPLATE, *LPMENUTEMPLATE;
|
||||
|
||||
#if 0
|
||||
typedef struct tagMETAFILEPICT {
|
||||
#if 0
|
||||
LONG mm;
|
||||
LONG xExt;
|
||||
LONG yExt;
|
||||
HMETAFILE hMF;
|
||||
} METAFILEPICT, *PMETAFILEPICT, *LPMETAFILEPICT;
|
||||
#endif
|
||||
} METAFILEPICT, *PMETAFILEPICT, *LPMETAFILEPICT;
|
||||
|
||||
typedef struct tagMETAHEADER {
|
||||
WORD mtType;
|
||||
|
||||
Reference in New Issue
Block a user