[coop] Add missing coop checks for WFSO and WFMO.
[mono.git] / mono / metadata / coree.c
index 5b7badcf66caf0a504497c5da78e0bbbdb9ed37b..6c7ff4a1f27d3e9370c05d760f5fdebfc867b2ad 100644 (file)
 
 #ifdef HOST_WIN32
 
-#if _WIN32_WINNT < 0x0501
-/* Required for ACTCTX. */
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
-#endif /* _WIN32_WINNT < 0x0501 */
-
 #include <string.h>
 #include <glib.h>
 #include <mono/io-layer/io-layer.h>