diff options
-rw-r--r-- | libs/sqlite3/sqlite3.vcxproj | 2 | ||||
-rw-r--r-- | libs/sqlite3/src/config.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/libs/sqlite3/sqlite3.vcxproj b/libs/sqlite3/sqlite3.vcxproj index 1aacf2debc..0fb341d70b 100644 --- a/libs/sqlite3/sqlite3.vcxproj +++ b/libs/sqlite3/sqlite3.vcxproj @@ -35,7 +35,7 @@ </ItemGroup> <ItemDefinitionGroup> <ClCompile> - <PreprocessorDefinitions>_HAVE_SQLITE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>SQLITE_API=__declspec(dllexport);%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> </Project>
\ No newline at end of file diff --git a/libs/sqlite3/src/config.h b/libs/sqlite3/src/config.h deleted file mode 100644 index a0e6a2840b..0000000000 --- a/libs/sqlite3/src/config.h +++ /dev/null @@ -1 +0,0 @@ -#define SQLITE_API __declspec(dllexport)
\ No newline at end of file |