diff options
Diffstat (limited to 'src/ath.c')
-rw-r--r-- | src/ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ uintptr_t ath_self (void) { - return (uintptr_t) GetCurrentThreadID (); + return (uintptr_t) GetCurrentThreadId (); } #else # ifdef __linux |