forked from epics_driver_modules/motorBase
Don't use declspec(dllexport) on Windows
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef DLL
|
||||
#define DLL _declspec(dllimport)
|
||||
#endif
|
||||
/* #ifndef DLL */
|
||||
/* #define DLL _declspec(dllimport) */
|
||||
#define DLL
|
||||
#define __stdcall
|
||||
#else
|
||||
#define DLL
|
||||
#define __stdcall
|
||||
|
||||
Reference in New Issue
Block a user