 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1292503005:
    Don't use strtok_s for mingw builds  (Closed)
    
  
    Issue 
            1292503005:
    Don't use strtok_s for mingw builds  (Closed) 
  | 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)
     | |||||||||||||||||||||||||||||||||||||