summaryrefslogtreecommitdiff
path: root/render/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/picture.h')
-rw-r--r--render/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/picture.h b/render/picture.h
index 4ed6e6ae0..e37c8b830 100644
--- a/render/picture.h
+++ b/render/picture.h
@@ -165,7 +165,7 @@ extern int RenderClientPrivateIndex;
/* Fixed point updates from Carl Worth, USC, Information Sciences Institute */
-#ifdef WIN32
+#if defined(WIN32) && !defined(__GNUC__)
typedef __int64 xFixed_32_32;
#else
# if defined (_LP64) || \