(trunk libT) part of rb07's win32 portability patches from ticket #3311

This commit is contained in:
Charles Kerr
2010-06-21 16:44:35 +00:00
parent 11ccd65373
commit 08628333d1
10 changed files with 42 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
#include <stddef.h>
/* Windows DLL stuff */
#ifdef _WIN32
#if defined(WIN32) && !defined(STATICLIB)
# ifdef JSON_PARSER_DLL_EXPORTS
# define JSON_PARSER_DLL_API __declspec(dllexport)
# else