]> code.delx.au - gnu-emacs/commitdiff
(EMACS_W32GUI_H): Renamed from __W32GUI_H__
authorJason Rumney <jasonr@gnu.org>
Mon, 12 Jun 2000 19:22:16 +0000 (19:22 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 12 Jun 2000 19:22:16 +0000 (19:22 +0000)
src/w32gui.h

index c1cf636d5dba37c05a610a5920fa94c12d1f2a7c..ba7b5c584a2c8516d95a4cda2f3d3eb5e6d738b9 100644 (file)
@@ -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 */