From e2a9e8224e94127cc73cf62ebfb2a8dfee078c0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 6 Aug 2013 08:32:02 +0000 Subject: compilation fix for Win32 config git-svn-id: http://svn.miranda-ng.org/main/trunk@5597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 } -- cgit v1.2.3