Out of v1 patch-set, all patches but one (patch 6) got acked. This patch-set contains a single patch, which is another solution for strtok_r missing in mingw. It's a simple implementation of strtok_r. Also I added a test program. Possibly I'm just missing a link-param to make strtok_s work with mingw64. If anyone knows it, I can try just replacing strtok_r with strtok_s for mingw. If a separate file/different name for win_strtok_t is preferred, let me know. If another implementation of strtok_r is preferred, let me know. Uri Lublin (1): usbredirfilter: Win32: implement strtok_r to be used by windows (win_strtok_r) usbredirparser/usbredirfilter.c | 47 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel