diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 01:00:08 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 01:00:08 +0000 |
commit | 4c92d546109e9b1104c65f18e473108a70cc71cb (patch) | |
tree | dd8c7fcdc2a29207a920f87b07eab1cfb3bf5540 /src/w32term.h | |
parent | f440211f3fb4e0c4a7a066a38ffc677a55c04e2f (diff) | |
download | emacs-4c92d546109e9b1104c65f18e473108a70cc71cb.tar.gz |
Use new name w32gui.h.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h index 0a75e5c4ad7..b6e7328cd40 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ /* Added by Kevin Gallo */ -#include <win32.h> +#include <w32gui.h> /* The class of this X application. */ #define EMACS_CLASS "Emacs" |