vcglib/wrap/ply
Paolo Cignoni 93c48b10a2 strtok_r does not exist in windows that instead has strtok_s
Added #define strtok_r strtok_s
2011-06-03 09:03:56 +00:00
..
plylib.cpp strtok_r does not exist in windows that instead has strtok_s 2011-06-03 09:03:56 +00:00
plylib.h changed the type of "header" in PlyFile from char [4096] to std::string to avoid buffer overrun on loading plys with veeery long comments 2011-02-21 11:04:55 +00:00
plystuff.h corrected a bug that i introduced when i templated these functions 2009-10-29 17:20:13 +00:00