summaryrefslogtreecommitdiff
path: root/evthread_win32.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-04 12:32:26 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-04 12:32:26 -0500
commit5cc7806cc4f441538cfc88f1b8d8aff784b400fe (patch)
tree526563612b22cb6073cadb7254bec3f75ee6a439 /evthread_win32.c
parentf5b3ff20d30557b083366168008be3870f9bd6c1 (diff)
parent7e45739e26f0a2066a56591472d5e109a482674e (diff)
downloadlibevent-5cc7806cc4f441538cfc88f1b8d8aff784b400fe.tar.gz
Merge remote-tracking branch 'origin/patches-2.0'
Diffstat (limited to 'evthread_win32.c')
-rw-r--r--evthread_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evthread_win32.c b/evthread_win32.c
index fb319e77..2ec80560 100644
--- a/evthread_win32.c
+++ b/evthread_win32.c
@@ -114,7 +114,7 @@ evthread_win32_condvar_init(void)
#define LOAD(name) \
name##_fn = GetProcAddress(lib, #name)
LOAD(InitializeConditionVariable);
- LOAD(SleepConditionVariable);
+ LOAD(SleepConditionVariableCS);
LOAD(WakeAllConditionVariable);
LOAD(WakeConditionVariable);