diff gui/wm/ws.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents f15bce7943b9
children ae8a5c3a3211
line wrap: on
line diff
--- a/gui/wm/ws.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/gui/wm/ws.h	Mon Jul 02 22:34:45 2007 +0000
@@ -4,8 +4,8 @@
 //   Writed by pontscho / fresh!mindworkz
 // ----------------------------------------------------------------------------------------------
 
-#ifndef __GUI_WS_H
-#define __GUI_WS_H
+#ifndef GUI_WS_H
+#define GUI_WS_H
 
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>