aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/q_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/q_math.c')
-rw-r--r--code/game/q_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/q_math.c b/code/game/q_math.c
index 53412e1..aeed2ab 100644
--- a/code/game/q_math.c
+++ b/code/game/q_math.c
@@ -740,7 +740,7 @@ int BoxOnPlaneSide2 (vec3_t emins, vec3_t emaxs, struct cplane_s *p)
==================
*/
-#if !( (defined __linux__ || __FreeBSD__) && (defined __i386__) && (!defined C_ONLY)) // rb010123
+#if !( (defined __linux__ || __FreeBSD__ || __MINGW32__) && (defined __i386__) && (!defined C_ONLY)) // rb010123
#if defined __LCC__ || defined C_ONLY || !id386 || defined __VECTORC