13
0

Remove reference to strtok_r now that it isn't used

This commit is contained in:
Tim Mayberry 2014-06-20 13:14:50 +10:00 committed by Paul Davis
parent a226068959
commit e6c4b0e9e4

View File

@ -26,7 +26,6 @@
#ifdef COMPILER_MINGW
#include <io.h> // For W_OK
#define strtok_r strtok_s
#endif
#include <glibmm/fileutils.h>