diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-18 19:53:32 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-18 19:53:32 +0100 |
commit | 694037f2a58df62e94b6f4da86ad2af5d2e19109 (patch) | |
tree | 857cd8e773692d5b5caa1825ef98a919ce8f0aec /sm | |
parent | Avoid the " map_to_assuan_status called with no error source" diagnostic. (diff) | |
download | gnupg2-694037f2a58df62e94b6f4da86ad2af5d2e19109.tar.xz gnupg2-694037f2a58df62e94b6f4da86ad2af5d2e19109.zip |
* configure.ac (AH_BOTTOM): Define EXEEXT_S.
* autogen.sh: Updated --build-w32 feature.
* gpg-agent.c (main): Remove special Pth initialize.
* w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE
constants.
(pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel):
Ditto.
* scdaemon.c (main) [W32]: Remove special Pth initialize..
Diffstat (limited to 'sm')
-rw-r--r-- | sm/gpgsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index f79375da7..709263cba 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -740,6 +740,7 @@ main ( int argc, char **argv) } #ifdef HAVE_W32_SYSTEM + /* For W32 we need pth. */ pth_init (); #endif |