DescriptionI'm compiling the processor code with MinGW, and I ran into an issue where strtok_s isn't available in MSVCRT on Windows XP. MinGW provides a strtok_r that works, so I just switched the ifdefs for strtok_r to check for MSVC instead of Windows.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|