diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-09-19 23:19:41 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-09-19 23:19:41 +0000 |
commit | 8dfb4ad7551273f856ba22b7ede55a73a9172c1e (patch) | |
tree | f79455d9ccfef6d60ded838988f0f1d3a994d914 /gcc/config | |
parent | 09518fb68d331964bf28368ffe447768287d1ffe (diff) | |
download | ppe42-gcc-8dfb4ad7551273f856ba22b7ede55a73a9172c1e.tar.gz ppe42-gcc-8dfb4ad7551273f856ba22b7ede55a73a9172c1e.zip |
Include winnt/win-nt.h, not winnt/winnt.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/alpha/win-nt.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/win-nt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/win-nt.h b/gcc/config/alpha/win-nt.h index 845f58a81da..6726a7ece42 100644 --- a/gcc/config/alpha/win-nt.h +++ b/gcc/config/alpha/win-nt.h @@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */ #undef DBX_DEBUGGING_INFO #undef MIPS_DEBUGGING_INFO -#include "winnt/winnt.h" +#include "winnt/win-nt.h" #undef ASM_FILE_START #define ASM_FILE_START(FILE) \ diff --git a/gcc/config/i386/win-nt.h b/gcc/config/i386/win-nt.h index 56cc1defb2f..60c0bb6a1f6 100644 --- a/gcc/config/i386/win-nt.h +++ b/gcc/config/i386/win-nt.h @@ -148,5 +148,5 @@ while (0) %{!mcrtmt:LIBC.LIB%s KERNEL32.LIB%s ADVAPI32.LIB%s} \ %{v}" -#include "winnt/winnt.h" +#include "winnt/win-nt.h" |