diff --git a/zip/Makefile.am b/zip/Makefile.am index bc3b9f24af..70e9cd9308 100644 --- a/zip/Makefile.am +++ b/zip/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = zip unzip -AM_CPPFLAGS = -I$(top_srcdir)/zlib -I$(top_srcdir)/lib -I$(top_srcdir)/zip -I$(top_srcdir)/zip/zip -I$(top_srcdir)/zip/unzip -DUNIX +AM_CPPFLAGS = -I$(top_srcdir)/zlib -I$(top_srcdir)/lib -I$(top_srcdir)/zip -I$(top_srcdir)/zip/zip -I$(top_srcdir)/zip/unzip -DUNIX -DDLL ##noinst_PROGRAMS = test lib_LIBRARIES = libboinc_zip.a diff --git a/zip/unzip/api.c b/zip/unzip/api.c index 655175fbe2..8180af7089 100644 --- a/zip/unzip/api.c +++ b/zip/unzip/api.c @@ -33,7 +33,6 @@ You must define `DLL' in order to include the API extensions. ---------------------------------------------------------------------------*/ -#define DLL #ifdef OS2 # define INCL_DOSMEMMGR