Commit fd0fa876 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

x2t linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65036 954022d7-b5bf-4e40-9824-e11837661b57
parent 2a932352
...@@ -14,20 +14,20 @@ namespace DocFileFormat ...@@ -14,20 +14,20 @@ namespace DocFileFormat
{ {
typedef struct typedef struct
{ {
INT16 Left; short Left;
INT16 Top; short Top;
INT16 Right; short Right;
INT16 Bottom; short Bottom;
} PWMFRect16; } PWMFRect16;
typedef struct typedef struct
{ {
UINT32 Key; // GDIP_WMF_PLACEABLEKEY DWORD Key; // GDIP_WMF_PLACEABLEKEY
INT16 Hmf; // Metafile HANDLE number (always 0) short Hmf; // Metafile HANDLE number (always 0)
PWMFRect16 BoundingBox; // Coordinates in metafile units PWMFRect16 BoundingBox; // Coordinates in metafile units
INT16 Inch; // Number of metafile units per inch short Inch; // Number of metafile units per inch
UINT32 Reserved; // Reserved (always 0) DWORD Reserved; // Reserved (always 0)
INT16 Checksum; // Checksum value for previous 10 WORDs short Checksum; // Checksum value for previous 10 WORDs
} WmfPlaceableFileHeader; } WmfPlaceableFileHeader;
class CMetaHeader class CMetaHeader
......
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