diff loader/wineacm.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 26f673ba0675
line wrap: on
line diff
--- a/loader/wineacm.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wineacm.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef WINEACM_H
-#define WINEACM_H
+#ifndef MPLAYER_WINEACM_H
+#define MPLAYER_WINEACM_H
 /* -*- tab-width: 8; c-basic-offset: 4 -*- */
 
 /***********************************************************************
@@ -69,4 +69,4 @@
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif /* WINEACM_H */
+#endif /* MPLAYER_WINEACM_H */