summaryrefslogtreecommitdiff
path: root/includes/misc.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-10-03 13:56:30 (GMT)
committer Simon <simon@hardwired.org.uk>2010-10-03 13:56:30 (GMT)
commit5591a7346cd11b2d45cb80e37526714741be5842 (patch)
treec48e9e66afcacbb174139ea664fa1749349c03f7 /includes/misc.h
parentd80f3e346b493c46855442609f1c3962af13be3a (diff)
downloadpowder-5591a7346cd11b2d45cb80e37526714741be5842.zip
powder-5591a7346cd11b2d45cb80e37526714741be5842.tar.gz
Firework improvements and Fire changes
Diffstat (limited to 'includes/misc.h')
-rw-r--r--includes/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/misc.h b/includes/misc.h
index 1394687..9a92a71 100644
--- a/includes/misc.h
+++ b/includes/misc.h
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef WIN32
+#if defined(WIN32) && !defined(__GNUC__)
#define x86_cpuid(func,af,bf,cf,df) \
do {\
__asm mov eax, func\