r117 - trunk/code/game

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 26 16:39:57 EDT 2005


Author: tma
Date: 2005-09-26 16:39:57 -0400 (Mon, 26 Sep 2005)
New Revision: 117

Modified:
   trunk/code/game/q_shared.h
Log:
* Fix to MinGW build


Modified: trunk/code/game/q_shared.h
===================================================================
--- trunk/code/game/q_shared.h	2005-09-26 20:37:30 UTC (rev 116)
+++ trunk/code/game/q_shared.h	2005-09-26 20:39:57 UTC (rev 117)
@@ -476,7 +476,7 @@
 void *Hunk_Alloc( int size, ha_pref preference );
 #endif
 
-#if defined(__GNUC__)
+#if defined(__GNUC__) && !defined(__MINGW32__)
 // https://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=371
 // custom Snd_Memset implementation for glibc memset bug workaround
 void Snd_Memset (void* dest, const int val, const size_t count);




More information about the quake3-commits mailing list