changeset 29605:beb7f126f175

(EMACS_W32GUI_H): Renamed from __W32GUI_H__
author Jason Rumney <jasonr@gnu.org>
date Mon, 12 Jun 2000 19:22:16 +0000
parents 7d541d1ca075
children f16690808171
files src/w32gui.h
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32gui.h	Mon Jun 12 19:18:24 2000 +0000
+++ b/src/w32gui.h	Mon Jun 12 19:22:16 2000 +0000
@@ -18,9 +18,8 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#ifndef __W32GUI_H__
-#define __W32GUI_H__
-
+#ifndef EMACS_W32GUI_H
+#define EMACS_W32GUI_H
 #include <windows.h>
 #include "w32bdf.h"
 
@@ -98,4 +97,4 @@
 
 extern int XParseGeometry ();
 
-#endif
+#endif /* EMACS_W32GUI_H */