summaryrefslogtreecommitdiff
path: root/src/win95/platform.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-12 17:22:07 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit936a5198e46e3c7a8f72959373a69336b1697e76 (patch)
tree4df06c2e582f753039e52a72e6c0e0f3b6cd6fd1 /src/win95/platform.h
parent1fcf3c028ae1eb5072e70fa0a8a856dfbfae595b (diff)
lots of small changes that didn't get checked in
Diffstat (limited to 'src/win95/platform.h')
-rw-r--r--src/win95/platform.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h
index 6198d94..cefebf1 100644
--- a/src/win95/platform.h
+++ b/src/win95/platform.h
@@ -817,11 +817,11 @@ void ReleaseDirectMouse(void);
/*
Internal
*/
-#ifdef AVP_DEBUG_VERSION
+//#ifdef AVP_DEBUG_VERSION
int textprint(const char* t, ...);
-#else
-#define textprint(ignore)
-#endif
+//#else
+//#define textprint(ignore)
+//#endif
void MakePaletteShades(VGAPALETTEENTRY *vga_palptr, int hue, int pal_shades_per_hue);