at v206 13 lines 358 B view raw
1*** old/vcglib/wrap/ply/plystuff.h 2013-02-09 00:00:04.110705851 -0500 2--- new/vcglib/wrap/ply/plystuff.h 2013-02-09 15:20:53.482205183 -0500 3*************** 4*** 75,80 **** 5--- 75,81 ---- 6 #define pb_close _close 7 #define DIR_SEP "\\" 8 #else 9+ #include <unistd.h> 10 #define pb_mkdir(n) mkdir(n,0755) 11 #define pb_access access 12 #define pb_stat stat 13