mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00: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