AOT not supported on Windows, warn the user
[mono.git] / mono / mini / mini-x86.h
index 56ba2485e8e8c451ba0ca9b0b235f41abb5ef833..5805f5e7ebd790c98dac6649a62a8102980e01d5 100644 (file)
@@ -238,7 +238,9 @@ typedef struct {
 
 #define MONO_ARCH_HAVE_DECOMPOSE_LONG_OPTS 1
 
+#ifndef TARGET_WIN32
 #define MONO_ARCH_AOT_SUPPORTED 1
+#endif
 
 #define MONO_ARCH_ENABLE_MONITOR_IL_FASTPATH 1