From b3bccb9d885b8710b39b64c810a0ec91feffda7b Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 26 Mar 2018 22:43:20 +0000 Subject: [PATCH] #include_next no longer needed --- io.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/io.h b/io.h index e17e5f1..3752e1b 100644 --- a/io.h +++ b/io.h @@ -144,10 +144,6 @@ int64 io_mmapwritefile(int64 out,int64 in,uint64 off,uint64 bytes,io_write_callb * aid in debugging the state machine if a descriptor loops or so */ unsigned int io_debugstring(int64 s,char* buf,unsigned int bufsize); -#ifdef __MINGW32__ -#include_next -#endif - #ifdef __cplusplus } #endif