????===========windows????gtest=================
????STEP1: ????cygwin??????????c:cygwin
????STEP2: ????gtest1.6?????????????cygwin?????£???c:cygwin???????????
????STEP3: hack src/gtest.cc:808?е?gettimeofday(window?????????????ο?http://blog.chinaunix.net/uid-140978-id-3029195.html)
?????滻 ??gettimeofday(&now?? NULL);
?????滻???
????FILETIME ft;
????long long *time64 = (long long *) &ft;
????GetSystemTimeAsFileTime (&ft);
????*time64 -= 116444736000000000LL;
????*time64 /= 10;
????now.tv_sec = *time64 / 1000000;
????now.tv_usec = *time64 % 1000000;
????STEP4: ????make?????????Makefile?е????е? -lpthread??window??pthread??
????STEP5: ???make???????????sample1_unittest.exe???????