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)
commit792a0e3a46e1a9559ccbbd8b6999f6ec914e830d
tree18a16104081f4acd4bfe6b90d5897c62db4656c3
parent012f58a56016cffa1897e1cb9e6ab26729aad446
Okay, it runs at least on Windows 95
27 files changed:
trunk/Makefile.am
trunk/acconfig.h
trunk/acinclude.m4
trunk/bonobo/Makefile.am [new file with mode: 0644]
trunk/bonobo/gpgme.c [new file with mode: 0644]
trunk/bonobo/main.c [new file with mode: 0644]
trunk/bonobo/main.h [new file with mode: 0644]
trunk/complus/Makefile.am [new file with mode: 0644]
trunk/complus/main.c [new file with mode: 0644]
trunk/complus/main.h [new file with mode: 0644]
trunk/configure.in
trunk/gpgme/context.h
trunk/gpgme/data.c
trunk/gpgme/decrypt.c
trunk/gpgme/errors.c [new file with mode: 0644]
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h
trunk/gpgme/io.h
trunk/gpgme/ops.h
trunk/gpgme/posix-io.c
trunk/gpgme/rungpg.c
trunk/gpgme/status-table.h [new file with mode: 0644]
trunk/gpgme/verify.c
trunk/gpgme/version.c [new file with mode: 0644]
trunk/gpgme/w32-io.c
trunk/gpgme/wait.c
trunk/tests/t-decrypt.c