From a39dab139b7c301ffd5a5592c292123c54e686cd Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 6 Mar 2011 15:01:05 +0000 Subject: More 64 bit cast fixups --- pthread_cancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_cancel.c') diff --git a/pthread_cancel.c b/pthread_cancel.c index 8ef2a11..1d2ea67 100644 --- a/pthread_cancel.c +++ b/pthread_cancel.c @@ -47,7 +47,7 @@ ptw32_cancel_self (void) } static void CALLBACK -ptw32_cancel_callback (DWORD unused) +ptw32_cancel_callback (ULONG_PTR unused) { ptw32_throw (PTW32_EPS_CANCEL); -- cgit v1.2.3