# HG changeset patch # User Jason Rumney # Date 960837736 0 # Node ID beb7f126f17531ba60adddb424413e1c561b6f4d # Parent 7d541d1ca07579150afd60364cd1eee8999e3bba (EMACS_W32GUI_H): Renamed from __W32GUI_H__ diff -r 7d541d1ca075 -r beb7f126f175 src/w32gui.h --- 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 #include "w32bdf.h" @@ -98,4 +97,4 @@ extern int XParseGeometry (); -#endif +#endif /* EMACS_W32GUI_H */