summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-19 15:24:45 +0000
committerdarkvater <darkvater@openttd.org>2004-09-19 15:24:45 +0000
commite2c1370d60501f96713feb441fd386120d1e32b9 (patch)
tree43e68d106a9b15a2ae77c7dfe20b59411a597776 /stdafx.h
parent089a2a7847a640d2993abb44cd378058154c2df3 (diff)
downloadopenttd-e2c1370d60501f96713feb441fd386120d1e32b9.tar.xz
(svn r295) -Fix: Rewrite and fix of console stuff, including marking (XXX) of areas that require further investigation (Tron)
-Note: booby trapped some suspicous assignments (Tron)
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 00b829bee..1f127e02b 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -62,6 +62,7 @@
# define CDECL _cdecl
# define NOT_REACHED() _assume(0)
# define snprintf _snprintf
+# define vsnprintf _vsnprintf
# undef TTD_ALIGNMENT_4
# undef TTD_ALIGNMENT_2
# define GCC_PACK