diff SDL_sound_internal.h @ 62:b13fafb976be

Changed _D macro to DBGSND.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 24 Sep 2001 15:31:25 +0000
parents 2b63642fb6ff
children 6d9fdec2f708
line wrap: on
line diff
--- a/SDL_sound_internal.h	Mon Sep 24 15:31:03 2001 +0000
+++ b/SDL_sound_internal.h	Mon Sep 24 15:31:25 2001 +0000
@@ -36,9 +36,9 @@
 #include "SDL.h"
 
 #if (defined DEBUG_CHATTER)
-#define _D(x) printf x
+#define SNDDBG(x) printf x
 #else
-#define _D(x)
+#define SNDDBG(x)
 #endif
 
 typedef struct __SOUND_DECODERFUNCTIONS__