Okay, it runs at least on Windows 95
authorWerner Koch <wk@gnupg.org>
Wed, 6 Dec 2000 12:17:10 +0000 (12:17 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 6 Dec 2000 12:17:10 +0000 (12:17 +0000)
commit874f12ea700cc5f7dd256856a78701c8b19e415d
tree4c3473c4d5c275f4a6f07c77ae3b140fb139aabd
parentb7a7d9b9cc78e28718b73238e6b59f4f1eaa9971
Okay, it runs at least on Windows 95
27 files changed:
Makefile.am
acconfig.h
acinclude.m4
bonobo/Makefile.am [new file with mode: 0644]
bonobo/gpgme.c [new file with mode: 0644]
bonobo/main.c [new file with mode: 0644]
bonobo/main.h [new file with mode: 0644]
complus/Makefile.am [new file with mode: 0644]
complus/main.c [new file with mode: 0644]
complus/main.h [new file with mode: 0644]
configure.in
gpgme/context.h
gpgme/data.c
gpgme/decrypt.c
gpgme/errors.c [new file with mode: 0644]
gpgme/gpgme.c
gpgme/gpgme.h
gpgme/io.h
gpgme/ops.h
gpgme/posix-io.c
gpgme/rungpg.c
gpgme/status-table.h [new file with mode: 0644]
gpgme/verify.c
gpgme/version.c [new file with mode: 0644]
gpgme/w32-io.c
gpgme/wait.c
tests/t-decrypt.c