mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 21:06:48 +08:00
Using WIN32 instead of _MSC_VER for windows detection
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(WIN32)
|
||||||
// Microsoft
|
// Microsoft
|
||||||
#define OPENALPR_EXPORT __declspec(dllexport)
|
#define OPENALPR_EXPORT __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user