mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-10 19:24:50 -05:00
17 lines
420 B
Diff
17 lines
420 B
Diff
diff -Nbaur binutils-2.17/bfd/doc/chew.c binutils-2.17-arm/bfd/doc/chew.c
|
|
--- binutils-2.17/bfd/doc/chew.c Sun Jul 24 17:57:42 2005
|
|
+++ binutils-2.17-arm/bfd/doc/chew.c Sat Jul 1 18:15:11 2006
|
|
@@ -92,6 +92,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;
|
|
|