]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Added missing wx/defs.h includes in propgrid headers
[wxWidgets.git] / include / wx / defs.h
index 9ac8e09e780e7a6185e29f125661ff0933756acf..26acd387f09f60b36c4024928e04471246cd2403 100644 (file)
 
 /* Prevents conflicts between sys/types.h and winsock.h with Cygwin, */
 /* when using Windows sockets. */
-#if defined(__CYGWIN__) && (__WXMSW__)
+#ifdef __CYGWIN__
 #define __USE_W32_SOCKETS
 #endif