diff gui/wm/wsxdnd.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children a8eb9fd1ac21
line wrap: on
line diff
--- a/gui/wm/wsxdnd.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/gui/wm/wsxdnd.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,6 +1,5 @@
-
-#ifndef GUI_WSXDND_H
-#define GUI_WSXDND_H
+#ifndef MPLAYER_GUI_WSXDND_H
+#define MPLAYER_GUI_WSXDND_H
 
 
 void wsXDNDInitialize(void);
@@ -50,4 +49,4 @@
 /* XdndFinished */
 #define XDND_FINISHED_TARGET_WIN(e)	((e)->xclient.data.l[0])
 
-#endif /* GUI_WSXDND_H */
+#endif /* MPLAYER_GUI_WSXDND_H */