Skip to content

Commit 5cc7806

Browse files
committed
Merge remote-tracking branch 'origin/patches-2.0'
2 parents f5b3ff2 + 7e45739 commit 5cc7806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evthread_win32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ evthread_win32_condvar_init(void)
114114
#define LOAD(name) \
115115
name##_fn = GetProcAddress(lib, #name)
116116
LOAD(InitializeConditionVariable);
117-
LOAD(SleepConditionVariable);
117+
LOAD(SleepConditionVariableCS);
118118
LOAD(WakeAllConditionVariable);
119119
LOAD(WakeConditionVariable);
120120

0 commit comments

Comments
 (0)