Revert "Remove check for TTTOOLINFO_V1_SIZE"

Apparently some gcc flavors (like g++ (GCC) 5.3.0 from AppVeyor) do not define TTTOOLINFO_V1_SIZE, so keep the check for it. FWIW tdm-gcc-5.1.0 does not need it.

This reverts commit e38762bc55.
This commit is contained in:
Catalin 2017-03-05 21:17:02 +02:00
parent e81c460808
commit 79256c2fe3

View File

@ -38,6 +38,10 @@
#include "wx/vector.h" #include "wx/vector.h"
#include "wx/msw/private.h" #include "wx/msw/private.h"
#ifndef TTTOOLINFO_V1_SIZE
#define TTTOOLINFO_V1_SIZE 0x28
#endif
#ifndef TTF_TRANSPARENT #ifndef TTF_TRANSPARENT
#define TTF_TRANSPARENT 0x0100 #define TTF_TRANSPARENT 0x0100
#endif #endif