summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loader/wine/windef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/wine/windef.h b/loader/wine/windef.h
index 7596dae657..d6e2c5f313 100644
--- a/loader/wine/windef.h
+++ b/loader/wine/windef.h
@@ -113,7 +113,7 @@ extern "C" {
# define __RESTORE_ES __asm__ __volatile__("pushl %ds\n\tpopl %es")
# endif
# else
-# error You need gcc >= 2.7 to build Wine on a 386
+// # error You need gcc >= 2.7 to build Wine on a 386
# endif
#else
# define __stdcall