Commit eb0d03f7 authored by ElenaSubbotina's avatar ElenaSubbotina

XlsFormat - fix dib-picture on linux

parent 1826c98a
...@@ -109,11 +109,11 @@ ...@@ -109,11 +109,11 @@
} BITMAPINFOHEADER; } BITMAPINFOHEADER;
typedef struct tagBITMAPCOREHEADER { typedef struct tagBITMAPCOREHEADER {
DWORD bcSize; /* used to get to color table */ _UINT32 bcSize; /* used to get to color table */
WORD bcWidth; _UINT16 bcWidth;
WORD bcHeight; _UINT16 bcHeight;
WORD bcPlanes; _UINT16 bcPlanes;
WORD bcBitCount; _UINT16 bcBitCount;
} BITMAPCOREHEADER; } BITMAPCOREHEADER;
#endif #endif
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.0.2.384 VERSION = 2.0.2.385
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
TEMPLATE = app TEMPLATE = app
......
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