@@ -14,11 +14,13 @@ #endif #import "OFObject.h" #ifdef _WIN32 -# define _WIN32_WINNT 0x0501 +# ifndef _WIN32_WINNT +# define _WIN32_WINNT 0x0501 +# endif # include #endif @class OFStream; #ifdef OF_HAVE_POLL