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

под linux вместо DWORD пользоваться _UINT32

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65050 954022d7-b5bf-4e40-9824-e11837661b57
parent e7d42217
......@@ -2,13 +2,8 @@
#include "Record.h"
#include "../../../ASCOfficeUtils/ASCOfficeUtilsLib/OfficeUtils.h"
#include "../../../Common/DocxFormat/Source/Base/Types_32.h"
//#if defined(_WIN32) || defined(_WIN64)
// #include <atlcoll.h>
// #include <gdiplus.h>
//#else
// #include "../../../ASCOfficePPTXFile/PPTXLib/Linux/PPTXFormatLib/linux_gdiplus.h"
//#endif
namespace DocFileFormat
{
......@@ -22,11 +17,11 @@ typedef struct
typedef struct
{
DWORD Key; // GDIP_WMF_PLACEABLEKEY
_UINT32 Key; // GDIP_WMF_PLACEABLEKEY
short Hmf; // Metafile HANDLE number (always 0)
PWMFRect16 BoundingBox; // Coordinates in metafile units
short Inch; // Number of metafile units per inch
DWORD Reserved; // Reserved (always 0)
_UINT32 Reserved; // Reserved (always 0)
short Checksum; // Checksum value for previous 10 WORDs
} WmfPlaceableFileHeader;
......
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