Index: binmode.c
===================================================================
--- binmode.c	(revision 6318)
+++ binmode.c	(working copy)
@@ -4,7 +4,8 @@
  * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  */
 
-#define SPECIAL_CRTEXE
+#include <fcntl.h>
 
-#include <fcntl.h>
-#include <stdlib.h>
+/* Set default file mode to binary */
+
+int _fmode = _O_BINARY;
