diff --git a/src/bindings/python/openalprpy.cpp b/src/bindings/python/openalprpy.cpp index 55018d3..aa6d365 100644 --- a/src/bindings/python/openalprpy.cpp +++ b/src/bindings/python/openalprpy.cpp @@ -6,7 +6,7 @@ extern "C" { -#if defined(_MSC_VER) +#if defined(WIN32) // Microsoft #define OPENALPR_EXPORT __declspec(dllexport) #else