summaryrefslogtreecommitdiff
path: root/src/win32/pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/pthread.c')
-rw-r--r--src/win32/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/pthread.c b/src/win32/pthread.c
index 8775f632a..d50ace695 100644
--- a/src/win32/pthread.c
+++ b/src/win32/pthread.c
@@ -146,7 +146,7 @@ int pthread_num_processors_np(void)
static HINSTANCE win32_kernel32_dll;
-typedef void (WINAPI *win32_srwlock_fn)(SRWLOCK *);
+typedef void (WINAPI *win32_srwlock_fn)(GIT_SRWLOCK *);
static win32_srwlock_fn win32_srwlock_initialize;
static win32_srwlock_fn win32_srwlock_acquire_shared;