fix: misspelled define

This commit is contained in:
Aleksandar Fabijanic
2023-11-11 19:12:48 +01:00
parent 10ad89594a
commit a9f889f5cf

View File

@@ -12,7 +12,7 @@
#ifdef Data_API
#define SQLParser_API Data_API
#ifdef Data_EXPORTS
#define SQLParserEXPORTS
#define SQLParser_EXPORTS
#endif
#else
#if defined(_DLL) || defined(_USRDLL)