diff options
Diffstat (limited to 'src/win95/platform.h')
| -rw-r--r-- | src/win95/platform.h | 8 |
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); |
