From 24169052c164a238c5799baaa070a8955176c94c Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 8 Dec 2009 04:07:57 +0000 Subject: 2009-12-08 Marcus Brinkmann * ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo. --- src/ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ath.c') diff --git a/src/ath.c b/src/ath.c index afc5530e..803dedbb 100644 --- a/src/ath.c +++ b/src/ath.c @@ -47,7 +47,7 @@ uintptr_t ath_self (void) { - return (uintptr_t) GetCurrentThreadID (); + return (uintptr_t) GetCurrentThreadId (); } #else # ifdef __linux -- cgit v1.2.3