From c9ec981a28ef400a68d811982f940e5b96010f85 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 21 Oct 2016 22:54:46 +0200 Subject: [PATCH] Fix MinGW builds by defining HDS_NOSIZING if it's not defined Blind fix for compilation failures in MinGW builds after the changes of 92a1f643bac971d9ddc1d79d8ec9385aa5f6798a which started using HDS_NOSIZING apparently not present in this compiler SDK headers. --- include/wx/msw/missing.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index af457c428f..f289deab16 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -198,6 +198,9 @@ #ifndef HDS_FLAT #define HDS_FLAT 0x0200 #endif +#ifndef HDS_NOSIZING + #define HDS_NOSIZING 0x0800 +#endif #ifndef HDF_SORTUP #define HDF_SORTUP 0x0400