aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/qasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/qasm.h')
-rw-r--r--code/unix/qasm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/code/unix/qasm.h b/code/unix/qasm.h
index f6d16d6..b560095 100644
--- a/code/unix/qasm.h
+++ b/code/unix/qasm.h
@@ -22,6 +22,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef __ASM_I386__
#define __ASM_I386__
+#ifdef __MINGW32__
+#undef ELF
+#endif
+
#ifdef ELF
#define C(label) label
#else