diff options
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -36,10 +36,6 @@ #include "unwind.h" #include "utf8.h" -#if HAVE_WINDOWS_H -FILE *popen(const char *path, const char *mode); -#endif - #if WCHAR_MAX > 65535 #define FULL_UNICODE #endif |