Loading include/curl/curl.h +1 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,7 @@ extern "C" { * Decorate exportable functions for Win32 and Netware DLL linking. * This avoids using a .def file for building libcurl.dll. */ #if (defined(WIN32) || defined(_WIN32) || defined(NETWARE)) && \ !defined(CURL_STATICLIB) #if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB) #if defined(BUILDING_LIBCURL) #define CURL_EXTERN __declspec(dllexport) #else Loading lib/Makefile.netware +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ CP = cp -afv MPKXDC = mkxdc # Global flags for all compilers CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -DBUILDING_LIBCURL -nostdinc CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm Loading Loading
include/curl/curl.h +1 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,7 @@ extern "C" { * Decorate exportable functions for Win32 and Netware DLL linking. * This avoids using a .def file for building libcurl.dll. */ #if (defined(WIN32) || defined(_WIN32) || defined(NETWARE)) && \ !defined(CURL_STATICLIB) #if (defined(WIN32) || defined(_WIN32)) && !defined(CURL_STATICLIB) #if defined(BUILDING_LIBCURL) #define CURL_EXTERN __declspec(dllexport) #else Loading
lib/Makefile.netware +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ CP = cp -afv MPKXDC = mkxdc # Global flags for all compilers CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -DBUILDING_LIBCURL -nostdinc CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm Loading