Skip to content
Snippets Groups Projects
Commit 71b4d897 authored by Ulf Möller's avatar Ulf Möller
Browse files

Problems with the Windows build.

parent 88220dcb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdi
SRC= $(LIBSRC)
EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h
HEADER= cryptlib.h buildinf.h $(EXHEADER)
HEADER= cryptlib.h buildinf.h md32_common.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)
......
......@@ -194,9 +194,7 @@ extern "C" {
# include <io.h>
# include <fcntl.h>
# ifdef __MINGW32__
# define ssize_t long
# endif
# define ssize_t long
# if defined (__BORLANDC__)
# define _setmode setmode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment