mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-08 03:36:06 -04:00
Update include/SQLiteCpp/SQLiteCppExport.h
Use _WIN32 instead of WIN32 Co-authored-by: Jonathan Guzmán <jonguz5@hotmail.com>
This commit is contained in:
parent
8f8eee6168
commit
6110463dfe
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* Windows DLL export/import */
|
/* Windows DLL export/import */
|
||||||
#if defined(WIN32) && defined(SQLITECPP_COMPILE_DLL)
|
#if defined(_WIN32) && defined(SQLITECPP_COMPILE_DLL)
|
||||||
#if SQLITECPP_DLL_EXPORT
|
#if SQLITECPP_DLL_EXPORT
|
||||||
#define DLL_API __declspec(dllexport)
|
#define DLL_API __declspec(dllexport)
|
||||||
#pragma message("Exporting symbols")
|
#pragma message("Exporting symbols")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user