| Date: Sat, 4 May 2002 17:56:31 +0000
DP_ prefix added to all header file #ifdefs (used to prevent multiple
inclusions) to reduce the risk of name clash with other projects.
Comments added to the complementary #endifs where needed.
Diffstat:
M src/sound.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- |
| t@@ -20,8 +20,8 @@
* MA 02111-1307, USA. *
************************************************************************/
-#ifndef __SOUND_H__
-#define __SOUND_H__
+#ifndef __DP_SOUND_H__
+#define __DP_SOUND_H__
#ifdef HAVE_CONFIG_H
#include
t@@ -30,4 +30,4 @@
void SoundInit(void);
void SoundClose(void);
-#endif /* __SOUND_H__ */
+#endif /* __DP_SOUND_H__ */ |