So I searched for it, it looks like you just
#+(and :ecl :msvc) #include "time.h"
For a msvc build, I think, instead of just including "sys/time.h"
Though im not sure, it builds, but I haven't tried any tests.
Hi, Seth
Sorry for the delay response. I still doesn't have a chance to try build a MSVC-based ECL by myself and test USOKET on it, but I think you're right. However, after searching in MSDN, I found a better presentation:
#include <time.h>
That is, <time.h> instead of "time.h", better followed C programming style.
Please give me two days try it by myself, and I'll merge it soon.
Regards,
Chun Tian (binghe)
在 2009-12-28,06:20, Seth Burleigh 写道:
So I searched for it, it looks like you just #+(and :ecl :msvc) #include “time.h” For a msvc build, I think, instead of just including “sys/time.h”
Though im not sure, it builds, but I haven’t tried any tests. _______________________________________________ usocket-devel mailing list usocket-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel