#elif (_MSC_VER >= 1200) || (__BORLANDC__ >= 0x550) || \
wxCHECK_W32API_VERSION( 0, 5 ) || \
((defined(__MINGW32__) || defined(__CYGWIN__)) \
- && ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>=95))))
+ && ((__GNUC__>2) || ((__GNUC__==2) && (__GNUC_MINOR__>95))))
/* INT32 is defined in windows.h for these compilers */
#define INT32_DEFINED
// Doesn't yet compile under VC++ 4, BC++, Watcom C++: no wininet.h
#if !defined(__BORLANDC__) && \
+ (!defined(__GNUWIN32__) || wxCHECK_W32API_VERSION(0, 5)) && \
!defined(__GNUWIN32_OLD__) && \
!defined(__WATCOMC__) && \
(!defined(__VISUALC__) || (__VISUALC__ >= 1020))
- // FIXME: add this back as soon as wxCHECK_W32API_VERSION is chcked in
- // (!defined(__GNUWIN32__) || wxCHECK_W32API_VERSION(0, 5)) && \
#include <ras.h>
#include <raserror.h>