12 lines
330 B
Diff
12 lines
330 B
Diff
--- gperf-3.1/tests/test2.c.orig 2017-01-27 20:28:29.925674000 -0500
|
|
+++ gperf-3.1/tests/test2.c 2017-01-27 20:32:37.727640700 -0500
|
|
@@ -16,7 +16,7 @@
|
|
#endif
|
|
#if O_BINARY
|
|
# include <io.h>
|
|
-# define SET_BINARY(f) setmode (f, O_BINARY)
|
|
+# define SET_BINARY(f) _setmode(f, O_BINARY)
|
|
#else
|
|
# define SET_BINARY(f) (void)0
|
|
#endif
|