aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-06-12 19:22:16 +0000
committerJason Rumney2000-06-12 19:22:16 +0000
commit3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c (patch)
treee8b7184885786c5da4ed1bc1aec83ccedd94aece /src
parente588809c3fc1f98e952eb35279d9cbeb4e077818 (diff)
downloademacs-3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c.tar.gz
emacs-3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c.zip
(EMACS_W32GUI_H): Renamed from __W32GUI_H__
Diffstat (limited to 'src')
-rw-r--r--src/w32gui.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/w32gui.h b/src/w32gui.h
index c1cf636d5db..ba7b5c584a2 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
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02111-1307, USA. */
20 20
21#ifndef __W32GUI_H__ 21#ifndef EMACS_W32GUI_H
22#define __W32GUI_H__ 22#define EMACS_W32GUI_H
23
24#include <windows.h> 23#include <windows.h>
25#include "w32bdf.h" 24#include "w32bdf.h"
26 25
@@ -98,4 +97,4 @@ extern int nCmdShow;
98 97
99extern int XParseGeometry (); 98extern int XParseGeometry ();
100 99
101#endif 100#endif /* EMACS_W32GUI_H */