diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 | ||||
-rw-r--r-- | src/ath.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca931a55..62671a84 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-12-08 Marcus Brinkmann <[email protected]> + + * ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo. + 2009-12-02 Werner Koch <[email protected]> * gpgconf.c (gpgme_conf_arg_release): No return in a function @@ -47,7 +47,7 @@ uintptr_t ath_self (void) { - return (uintptr_t) GetCurrentThreadID (); + return (uintptr_t) GetCurrentThreadId (); } #else # ifdef __linux |