mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-07 01:35:32 -05:00
17 lines
448 B
Diff
17 lines
448 B
Diff
diff -Nbaur --exclude=*.info* binutils-2.16.1/bfd/doc/chew.c binutils-2.16.1-new/bfd/doc/chew.c
|
|
--- binutils-2.16.1/bfd/doc/chew.c Thu Mar 3 11:41:02 2005
|
|
+++ binutils-2.16.1-new/bfd/doc/chew.c Mon Jun 20 00:14:07 2005
|
|
@@ -91,6 +91,12 @@
|
|
#define DEF_SIZE 5000
|
|
#define STACK 50
|
|
|
|
+#ifdef __MINGW32__
|
|
+/* Prevent \r\n\ line endings */
|
|
+#include <fcntl.h>
|
|
+unsigned int _CRT_fmode = _O_BINARY;
|
|
+#endif
|
|
+
|
|
int internal_wanted;
|
|
int internal_mode;
|
|
|