map.c
changeset 2482 dffcca243dbc
parent 2403 f339737b38bc
child 2548 97ada3bd2702
--- a/map.c	Sun Oct 02 12:31:00 2005 +0000
+++ b/map.c	Sun Oct 02 22:39:56 2005 +0000
@@ -7,6 +7,11 @@
 #include "macros.h"
 #include "map.h"
 
+#if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
+/* Why the hell is that not in all MSVC headers?? */
+_CRTIMP void __cdecl _assert(void *, void *, unsigned);
+#endif
+
 uint _map_log_x;
 uint _map_size_x;
 uint _map_size_y;