[Gpg4win-devel] Adding openssl to gpg4win (as a dep for claws-mail)
Werner Koch
wk at gnupg.org
Fri Nov 16 12:37:30 CET 2007
On Thu, 15 Nov 2007 21:00, marcus.brinkmann at ruhr-uni-bochum.de said:
> One bug is that glib's gwin32.h does not include <fcntl.h>, which is
> needed for _O_BINARY. When I add an include for that to
For may years I use this in the .c files.
#ifndef O_BINARY
#define O_BINARY 0
#endif
O_BINARY (as well as _O_BINARY) is always defined as 0 and given that it
is only needed for Windows we can be pretty sure that this kludge does
not do any harm.
Shalom-Salam,
Werner
--
Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz.
More information about the Gpg4win-devel
mailing list