From 15cc08debc29001c65b99810195cd602bcc37b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 22 Feb 2012 19:02:06 +0100 Subject: [PATCH] Fix the fail. --- library/include/Export.h | 1 + library/xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/include/Export.h b/library/include/Export.h index 1415826a1..33930bc25 100644 --- a/library/include/Export.h +++ b/library/include/Export.h @@ -47,4 +47,5 @@ distribution. #define DFhackDataExport __attribute__ ((visibility("default"))) #else #define DFhackCExport extern "C" __declspec(dllexport) + #define DFhackDataExport __declspec(dllexport) #endif \ No newline at end of file diff --git a/library/xml b/library/xml index d9aa36c98..1022477b1 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit d9aa36c9865798fa262ea51628189443d4a2d138 +Subproject commit 1022477b138bfb8c09ff24c31a2e2e965c01674c