diff options
| author | Geoff Voelker | 1996-11-19 07:15:13 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1996-11-19 07:15:13 +0000 |
| commit | a4b984a1d6e7cf6371a6567d8cbac18d6907cfff (patch) | |
| tree | 9cae7ba9f1ec3eda554cd55496042dc052161e50 | |
| parent | 6219f8bffe4b0bab0456d029c3f001c8d4d187a6 (diff) | |
| download | emacs-a4b984a1d6e7cf6371a6567d8cbac18d6907cfff.tar.gz emacs-a4b984a1d6e7cf6371a6567d8cbac18d6907cfff.zip | |
Use new name ms-w32.h for windowsnt.h
| -rw-r--r-- | nt/config.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/config.nt b/nt/config.nt index 6ecda59b1e9..6a59cdc1ba6 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -205,7 +205,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 205 | 205 | ||
| 206 | See s/template.h for documentation on writing s/SYSTEM.h files. */ | 206 | See s/template.h for documentation on writing s/SYSTEM.h files. */ |
| 207 | #undef config_opsysfile | 207 | #undef config_opsysfile |
| 208 | #include "s/windowsnt.h" | 208 | #include "s/ms-w32.h" |
| 209 | 209 | ||
| 210 | /* The configuration script defines machfile to be the name of the | 210 | /* The configuration script defines machfile to be the name of the |
| 211 | m/MACHINE.h file that describes the machine you are using. The file is | 211 | m/MACHINE.h file that describes the machine you are using. The file is |