[Mono.Posix] Add wrappers for struct sockaddr_*
[mono.git] / winconfig.h
index af1960918fc45fc49caee3b49435361aef9e0a6d..b30a3eb1c8e67f4e8ef9cd171b1dc6971f53fa99 100644 (file)
 #error Unknown architecture
 #endif
 
+#define WINVER 0x0A00
+
+#include <SDKDDKVer.h>
+
 #if _WIN32_WINNT < 0x0600
 #error "Mono requires Windows Vista or later"
 #endif /* _WIN32_WINNT < 0x0600 */
 /* Using the simple generational GC. */
 /* #undef HAVE_SGEN_GC */
 
+ /* Have signal */
+#define HAVE_SIGNAL 1
+
 /* Have signbit */
 /* #undef HAVE_SIGNBIT */