(win32) Don't use dllimport/dllexport

This commit is contained in:
Mukund Sivaraman
2008-09-05 14:31:46 +00:00
parent 5184119948
commit bbd5e129fe

View File

@@ -7,6 +7,7 @@
#include <stddef.h>
/* Windows DLL stuff */
/*
#ifdef _WIN32
# ifdef JSON_PARSER_DLL_EXPORTS
# define JSON_PARSER_DLL_API __declspec(dllexport)
@@ -14,8 +15,11 @@
# define JSON_PARSER_DLL_API __declspec(dllimport)
# endif
#else
*/
# define JSON_PARSER_DLL_API
/*
#endif
*/
#include <inttypes.h>
typedef int64_t JSON_int_t;