1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-10 16:22:40 +00:00
parent a16e15282a
commit 9a4f506a18
60 changed files with 2006 additions and 1340 deletions

View file

@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef __MINGW32__
#ifdef HAVE_DOSISH_SYSTEM
#include <io.h>
#include <fcntl.h>
#endif
@ -67,7 +67,7 @@ main(int argc, char **argv)
int n, size=4096;
int algo;
#ifdef __MINGW32__
#ifdef HAVE_DOSISH_SYSTEM
setmode( fileno(stdin), O_BINARY );
setmode( fileno(stdout), O_BINARY );
#endif

View file

@ -19,10 +19,10 @@
#include "ttyio.h"
#include "i18n.h"
#ifdef __MINGW32__
#ifdef HAVE_DOSISH_SYSTEM
int main( int argc, char **argv )
{
fprintf(stderr, "Sorry, not yet available for Windoze\n");
fprintf(stderr, "Sorry, not yet available for DOSish systems\n");
exit(1);
}
#else
@ -193,4 +193,4 @@ main(int argc, char **argv)
}
#endif /* !__MINGW32__ */
#endif