Don't include syms.h for winnt.

From-SVN: r8181
This commit is contained in:
Richard Kenner 1994-09-30 17:29:14 -04:00
parent fa0fdaec2c
commit 369404d97d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ AT&T C compiler. From the example below I would conclude the following:
/* Mips systems use the SDB functions to dump out symbols, but
do not supply usable syms.h include files. */
#if defined(USG) && !defined(MIPS) && !defined (hpux)
#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(WINNT)
#include <syms.h>
/* Use T_INT if we don't have T_VOID. */
#ifndef T_VOID