dll加载路径错误
This commit is contained in:
6
hardware_monitor_wrapper/native/include/dll_macro.h
Normal file
6
hardware_monitor_wrapper/native/include/dll_macro.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#ifdef DLL_EXPORT
|
||||
#define DLL_API __declspec(dllexport)
|
||||
#else
|
||||
#define DLL_API __declspec(dllimport)
|
||||
#endif
|
Reference in New Issue
Block a user