diff options
author | 2002-05-25 12:51:38 +0000 | |
---|---|---|
committer | 2002-05-25 12:51:38 +0000 | |
commit | e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae (patch) | |
tree | e6ee3f2b7387c34bf4b21d1303991cb8320ff0ed /binutils/winduni.h | |
parent | * chew.c: Use #include "" instead of <> for local header files. (diff) | |
download | binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.gz binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.tar.bz2 binutils-gdb-e9792343ae2561dd2f4636fdf9b3d2959cd6e7ae.zip |
* arlex.l: Use #include "" instead of <> for local header files.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* nlmconv.c: Likewise.
* nlmheader.y: Likewise.
* srconv.c: Likewise.
* strings.c: Likewise.
* sysdump.c: Likewise.
* unwind-ia64.h: Likewise.
* windres.h: Likewise.
* winduni.h: Likewise.
Diffstat (limited to 'binutils/winduni.h')
-rw-r--r-- | binutils/winduni.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/winduni.h b/binutils/winduni.h index 13a9af2e736..c55189c273a 100644 --- a/binutils/winduni.h +++ b/binutils/winduni.h @@ -1,5 +1,5 @@ /* winduni.h -- header file for unicode support for windres program. - Copyright 1997, 1998 Free Software Foundation, Inc. + Copyright 1997, 1998, 2002 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. This file is part of GNU Binutils. @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <ansidecl.h> +#include "ansidecl.h" /* This header file declares the types and functions we use for unicode support in windres. Our unicode support is very limited at |