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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 9e739bdb049c
line wrap: on
line diff
--- a/loader/wine/module.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/module.h	Sat Feb 23 14:50:55 2008 +0000
@@ -4,8 +4,8 @@
  * Copyright 1995 Alexandre Julliard
  */
 
-#ifndef WINE_MODULE_H
-#define WINE_MODULE_H
+#ifndef MPLAYER_MODULE_H
+#define MPLAYER_MODULE_H
 
 #include "windef.h"
 #include "pe_image.h"
@@ -146,4 +146,4 @@
 /* resource.c */
 extern INT       WINAPI AccessResource(HMODULE,HRSRC); 
 
-#endif  /* WINE_MODULE_H */
+#endif /* MPLAYER_MODULE_H */