From: Jason Rumney Date: Mon, 12 Jun 2000 19:22:16 +0000 (+0000) Subject: (EMACS_W32GUI_H): Renamed from __W32GUI_H__ X-Git-Tag: emacs-pretest-21.0.90~3359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b15de48202c4f6b1ba16ef665cfc13e6a6ef66c;p=emacs.git (EMACS_W32GUI_H): Renamed from __W32GUI_H__ --- 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 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 nCmdShow; extern int XParseGeometry (); -#endif +#endif /* EMACS_W32GUI_H */