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