diff options
Diffstat (limited to 'main/xmlrpc-c/xmlrpc_abyss_exported.patch')
-rw-r--r-- | main/xmlrpc-c/xmlrpc_abyss_exported.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xmlrpc-c/xmlrpc_abyss_exported.patch b/main/xmlrpc-c/xmlrpc_abyss_exported.patch new file mode 100644 index 0000000000..ee82be3dcd --- /dev/null +++ b/main/xmlrpc-c/xmlrpc_abyss_exported.patch @@ -0,0 +1,11 @@ +--- ./include/xmlrpc-c/abyss.h.orig ++++ ./include/xmlrpc-c/abyss.h +@@ -432,7 +432,7 @@ + const char * const user, + const char * const pass); + +-XMLRPC_ABYSS_EXPORTED ++XMLRPC_DLLEXPORT + abyss_bool + ResponseAddField(TSession * const sessionP, + const char * const name, |