summaryrefslogtreecommitdiff
path: root/src/w32gui.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2000-06-12 19:22:16 +0000
committerJason Rumney <jasonr@gnu.org>2000-06-12 19:22:16 +0000
commit3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c (patch)
treee8b7184885786c5da4ed1bc1aec83ccedd94aece /src/w32gui.h
parente588809c3fc1f98e952eb35279d9cbeb4e077818 (diff)
(EMACS_W32GUI_H): Renamed from __W32GUI_H__
Diffstat (limited to 'src/w32gui.h')
-rw-r--r--src/w32gui.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index c1cf636d5d..ba7b5c584a 100644
--- a/src/w32gui.h
+++ b/src/w32gui.h
@@ -18,9 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to
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 nCmdShow;
extern int XParseGeometry ();
-#endif
+#endif /* EMACS_W32GUI_H */