Updated export for Windows Go library

This commit is contained in:
Matt Hill
2016-06-17 10:12:58 -04:00
parent cc24fe0406
commit b49e694edb
2 changed files with 18 additions and 16 deletions

View File

@@ -7,13 +7,6 @@
extern "C" {
#if defined(_MSC_VER)
// Microsoft
#define OPENALPR_EXPORT __declspec(dllexport)
#else
// do nothing
#define OPENALPR_EXPORT
#endif
//using namespace alpr;
OPENALPR_EXPORT Alpr AlprInit(char* country, char* configFile, char* runtimeDir) {