summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-06 08:32:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-06 08:32:02 +0000
commite2a9e8224e94127cc73cf62ebfb2a8dfee078c0c (patch)
treebfb45d85f60c8428a425327ef8f7c3f3776e108f /include
parent7e0fe901cf2f2334c59eafffcdc85de3a02386ae (diff)
compilation fix for Win32 config
git-svn-id: http://svn.miranda-ng.org/main/trunk@5597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_json.h b/include/m_json.h
index e635814299..299111d3cd 100644
--- a/include/m_json.h
+++ b/include/m_json.h
@@ -119,7 +119,7 @@ MIR_CORE_DLL(int) json_equal(JSONNODE * node, JSONNODE * node2);
#ifdef __cplusplus
#ifdef _XSTRING_
-MIR_CORE_DLL(std::string) json_as_pstring(const JSONNODE * node);
+MIR_C_CORE_DLL(std::string) json_as_pstring(const JSONNODE * node);
#endif
}