forked from epics_driver_modules/motorBase
Add epicsShareExtern and shareLib.h for win32 DLL compatibility.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <shareLib.h>
|
||||
|
||||
#define PARAM_OK (0)
|
||||
#define PARAM_ERROR (-1)
|
||||
|
||||
@@ -26,7 +28,7 @@ typedef struct
|
||||
void (*forceCallback)( PARAMS params );
|
||||
} paramSupport;
|
||||
|
||||
extern paramSupport * motorParam;
|
||||
epicsShareExtern paramSupport * motorParam;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user