aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/threads.c')
-rw-r--r--Alc/threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/threads.c b/Alc/threads.c
index 1c422949..64586ae9 100644
--- a/Alc/threads.c
+++ b/Alc/threads.c
@@ -105,7 +105,7 @@ void SetThreadName(const char *name)
info.dwFlags = 0;
__try {
- RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(DWORD), (DWORD*)&info);
+ RaiseException(MS_VC_EXCEPTION, 0, sizeof(info)/sizeof(DWORD), (ULONG_PTR*)&info);
}
__except(EXCEPTION_CONTINUE_EXECUTION) {
}