Using WIN32 instead of _MSC_VER for windows detection

This commit is contained in:
Matt Hill
2016-10-18 21:32:03 -04:00
parent 66e1e6a181
commit 130c2686e2

View File

@@ -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