diff loader/wine/winerror.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents c98c9e7f3bd0
children
line wrap: on
line diff
--- a/loader/wine/winerror.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/winerror.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef WINE_WINERROR_H
-#define WINE_WINERROR_H
+#ifndef MPLAYER_WINERROR_H
+#define MPLAYER_WINERROR_H
 
 
 extern int WIN32_LastError;
@@ -1655,4 +1655,4 @@
 #define OLEOBJ_E_INVALIDVERB            0x00040181L
 #define OLEOBJ_S_INVALIDVERB            0x00040180L
 
-#endif  /* WINE_WINERROR_H */
+#endif /* MPLAYER_WINERROR_H */