X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=have.h;h=7e2930dcbbca15e95162f5a052a11cbd98f0d657;hp=8a58af33764954a40d21f524a7979513d1692a41;hb=fa9bedd47cf8c143e801889c78f0a0979ac4d2fc;hpb=f80bf14f28925df6eaa56f3ed77adaf418ab9890 diff --git a/have.h b/have.h index 8a58af3..7e2930d 100644 --- a/have.h +++ b/have.h @@ -31,6 +31,17 @@ #include #include +#ifdef HAVE_MINGW +#ifdef WITH_WINDOWS2000 +#define WINVER Windows2000 +#else +#define WINVER WindowsXP +#endif +#include +#include +#include +#endif + #ifdef HAVE_STDBOOL_H #include #endif @@ -160,9 +171,4 @@ #include #endif -#ifdef HAVE_MINGW -#include -#include -#endif - #endif /* __TINC_SYSTEM_H__ */