# HG changeset patch # User Geoff Voelker # Date 853722008 0 # Node ID 380c7e461c142af12e125cd63c1babe6e50bafd9 # Parent dd6cbc8b53e864b8f922863868dbf021b23b28aa Use new name w32gui.h. diff -r dd6cbc8b53e8 -r 380c7e461c14 src/makefile.nt --- a/src/makefile.nt Mon Jan 20 00:58:23 1997 +0000 +++ b/src/makefile.nt Mon Jan 20 01:00:08 1997 +0000 @@ -1,4 +1,4 @@ -# Makefile for GNU Emacs on Windows NT +# Makefile for GNU Emacs on the Microsoft W32 API. # Copyright (c) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # Tim Fleehart (apollo@online.com) 17-Apr-92 # Geoff Voelker (voelker@cs.washington.edu) 11-20-93 @@ -1042,7 +1042,7 @@ $(SRC)\w32faces.c \ $(SRC)\lisp.h \ $(SRC)\w32term.h \ - $(SRC)\win32.h \ + $(SRC)\w32gui.h \ $(SRC)\buffer.h \ $(SRC)\dispextern.h \ $(SRC)\frame.h \ @@ -1057,7 +1057,7 @@ $(SRC)\w32fns.c \ $(SRC)\lisp.h \ $(SRC)\w32term.h \ - $(SRC)\win32.h \ + $(SRC)\w32gui.h \ $(SRC)\frame.h \ $(SRC)\window.h \ $(SRC)\buffer.h \ @@ -1089,7 +1089,7 @@ $(SRC)\lisp.h \ $(SRC)\blockinput.h \ $(SRC)\w32term.h \ - $(SRC)\win32.h \ + $(SRC)\w32gui.h \ $(SRC)\systty.h \ $(SRC)\systime.h \ $(SRC)\frame.h \ @@ -1111,7 +1111,7 @@ $(SRC)\w32select.c \ $(SRC)\lisp.h \ $(SRC)\w32term.h \ - $(SRC)\win32.h \ + $(SRC)\w32gui.h \ $(SRC)\dispextern.h \ $(SRC)\frame.h \ $(SRC)\blockinput.h @@ -1123,5 +1123,5 @@ $(SRC)\w32reg.c \ $(SRC)\lisp.h \ $(SRC)\w32term.h \ - $(SRC)\win32.h \ + $(SRC)\w32gui.h \ $(SRC)\blockinput.h diff -r dd6cbc8b53e8 -r 380c7e461c14 src/w32term.h --- a/src/w32term.h Mon Jan 20 00:58:23 1997 +0000 +++ b/src/w32term.h Mon Jan 20 01:00:08 1997 +0000 @@ -20,7 +20,7 @@ /* Added by Kevin Gallo */ -#include +#include /* The class of this X application. */ #define EMACS_CLASS "Emacs"