Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use WXUSINGDLL, use custom flag instead
WXUSINGDLL may enabled by build system for something else and may not be what we are wanting for this library. Instead, use more library-specific JSON_USING_DLL and JSON_CREATING_DLL flags to control DLL import/export options. Also, don't use API_EXPORT (might conflict with something else), use JSON_API_EXPORT.
- Loading branch information