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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents c98c9e7f3bd0
children 0f1b5b68af32
line wrap: on
line diff
--- a/loader/wine/winreg.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/winreg.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,8 +1,8 @@
 /*
  * 		Win32 registry defines (see also winnt.h)
  */
-#ifndef WINE_WINREG_H
-#define WINE_WINREG_H
+#ifndef MPLAYER_WINREG_H
+#define MPLAYER_WINREG_H
 
 #include "winbase.h"
 #include "winnt.h"
@@ -54,4 +54,4 @@
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif  /* WINE_WINREG_H */
+#endif /* MPLAYER_WINREG_H */