aboutsummaryrefslogtreecommitdiffstats
path: root/src/ath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ath.c')
-rw-r--r--src/ath.c2
1 files changed, 1 insertions, 1 deletions
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