[x264-devel] [PATCH] fix strtok_r under MS VC

cvictor cvictor at video.ee.ntu.edu.tw
Mon Oct 1 21:59:25 CEST 2007


Dear experts,

In revision 667, the strtok_r problem is fixed.
However, for Visual Studio, although it is on win32, __WIN32__ is not
defined.
As a result, strtok_r is still used, and the rename fix is not applied,
either.

This patch defines the symbol __WIN32__ when it is compiled by Visual
Studio.

Regards,
Wei-Yin

-------------- next part --------------
A non-text attachment was scrubbed...
Name: osdep.h.patch
Type: application/octet-stream
Size: 321 bytes
Desc: not available
Url : http://mailman.videolan.org/pipermail/x264-devel/attachments/20071002/2cce4ad7/attachment.obj 


More information about the x264-devel mailing list