Fix compile warnings on windows platform: dll linkage and others (#604)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
#ifndef WASM_RUNTIME_API_EXTERN
|
||||
#if defined(MSVC)
|
||||
#if defined(_MSC_BUILD )
|
||||
#if defined(COMPILING_WASM_RUNTIME_API)
|
||||
#define WASM_RUNTIME_API_EXTERN __declspec(dllexport)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user