Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 64 by hume...@gmail.com: make snappy compilation using msvc
http://code.google.com/p/snappy/issues/detail?id=64
snappy_test.h line 47 sys/time.h is not present in MSVC, so it should be
protected by macro and configure scripts should be updated correspondingly.
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
there are some compilation complains under msvc under win32/64 build, I'd
examine them and see if there should be some patch to suppress them.