summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-11-05 20:37:19 +0000
committerNick Mathewson <nickm@torproject.org>2009-11-05 20:37:19 +0000
commit25a5e6819d9f49fd143308fad0d9189a8eef8a97 (patch)
tree1c5b06de1d2f12c09a6b31947f9a515007ab1799 /WIN32-Code
parentd34019289ca58deb0c1c182f5fbd3cb6b93774ee (diff)
downloadlibevent-25a5e6819d9f49fd143308fad0d9189a8eef8a97.tar.gz
Build fixes for MSVC
svn:r1506
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/event-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WIN32-Code/event-config.h b/WIN32-Code/event-config.h
index 0fd5d3f1..5f0e76a3 100644
--- a/WIN32-Code/event-config.h
+++ b/WIN32-Code/event-config.h
@@ -22,7 +22,8 @@
/* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */
/* Define is no secure id variant is available */
-#define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1
+/* #define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1 */
+#define _EVENT_DNS_USE_FTIME_FOR_ID 1
/* Define to 1 if you have the <arpa/inet.h> header file. */
/* #undef _EVENT_HAVE_ARPA_INET_H */