Skip to content

Commit e949a01

Browse files
committed
Initial commit
1 parent d802082 commit e949a01

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/wio.h

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ int wio_fprintf(FILE* const stream, const char* const format, ...);
88

99
int wio_setunicode(void);
1010

11-
#undef CURL_TEMP_PRINTF
12-
13-
#undef printf
14-
#undef fprintf
15-
1611
#define printf wio_printf
1712
#define fprintf wio_fprintf
1813

0 commit comments

Comments
 (0)