Update include/SQLiteCpp/SQLiteCppExport.h

Use _WIN32 instead of WIN32

Co-authored-by: Jonathan Guzmán <jonguz5@hotmail.com>
This commit is contained in:
Pierre Proske 2023-02-13 12:30:55 +11:00 committed by GitHub
parent 8f8eee6168
commit 6110463dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
*/
/* Windows DLL export/import */
#if defined(WIN32) && defined(SQLITECPP_COMPILE_DLL)
#if defined(_WIN32) && defined(SQLITECPP_COMPILE_DLL)
#if SQLITECPP_DLL_EXPORT
#define DLL_API __declspec(dllexport)
#pragma message("Exporting symbols")