Fix MinGW builds by defining HDS_NOSIZING if it's not defined

Blind fix for compilation failures in MinGW builds after the changes of
92a1f643ba which started using HDS_NOSIZING
apparently not present in this compiler SDK headers.
This commit is contained in:
Vadim Zeitlin
2016-10-21 22:54:46 +02:00
parent a6be5bdae3
commit c9ec981a28

View File

@@ -198,6 +198,9 @@
#ifndef HDS_FLAT #ifndef HDS_FLAT
#define HDS_FLAT 0x0200 #define HDS_FLAT 0x0200
#endif #endif
#ifndef HDS_NOSIZING
#define HDS_NOSIZING 0x0800
#endif
#ifndef HDF_SORTUP #ifndef HDF_SORTUP
#define HDF_SORTUP 0x0400 #define HDF_SORTUP 0x0400