summaryrefslogtreecommitdiffstats
path: root/libhb/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/ports.h')
-rw-r--r--libhb/ports.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libhb/ports.h b/libhb/ports.h
index 7dde23028..649d3995f 100644
--- a/libhb/ports.h
+++ b/libhb/ports.h
@@ -57,17 +57,6 @@ void hb_snooze( int delay );
int hb_platform_init();
#ifdef SYS_MINGW
-/*
- * Some MinGW distributions #define strtok_r in pthread.h,
- * but their so-called "implementation" isn't thread-safe.
- */
-#ifdef strtok_r
-#undef strtok_r
-#endif
-char *strtok_r(char *s, const char *delim, char **save_ptr);
-#endif
-
-#ifdef SYS_MINGW
typedef struct
{
_WDIR *wdir;