mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed METAFILEPICT bug
svn path=/trunk/; revision=972
This commit is contained in:
parent
5dc3ee0414
commit
7c3e6e80c1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue