]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/windint.h
binutils int vs bfd_boolean fixes
[thirdparty/binutils-gdb.git] / binutils / windint.h
index 9423a02b5f66f71182c78881218cf7f8bfebd24e..b41a2caf0cbfcf5ce203bf49612b9eec4a806543 100644 (file)
@@ -1,5 +1,5 @@
 /* windint.h -- internal header file for windres program.
-   Copyright (C) 1997-2016 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    Written by Kai Tietz, Onevision.
 
    This file is part of GNU Binutils.
@@ -1063,7 +1063,7 @@ struct __attribute__ ((__packed__)) bin_toolbar
 };
 #define BIN_TOOLBAR_SIZE 12
 
-extern int target_is_bigendian;
+extern bfd_boolean target_is_bigendian;
 
 typedef struct windres_bfd
 {