2009-12-08 Marcus Brinkmann <marcus@g10code.de>

* ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
This commit is contained in:
Marcus Brinkmann 2009-12-08 04:07:57 +00:00
parent 2cd1218b93
commit 24169052c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* ath.c (ath_self) [HAVE_W32_SYSTEM]: Fix typo.
2009-12-02 Werner Koch <wk@g10code.com> 2009-12-02 Werner Koch <wk@g10code.com>
* gpgconf.c (gpgme_conf_arg_release): No return in a function * gpgconf.c (gpgme_conf_arg_release): No return in a function

View File

@ -47,7 +47,7 @@
uintptr_t uintptr_t
ath_self (void) ath_self (void)
{ {
return (uintptr_t) GetCurrentThreadID (); return (uintptr_t) GetCurrentThreadId ();
} }
#else #else
# ifdef __linux # ifdef __linux