Add epicsShareExtern and shareLib.h for win32 DLL compatibility.

This commit is contained in:
MarkRivers
2010-10-18 21:48:08 +00:00
parent ce228e1bad
commit 64a8717b83
+3 -1
View File
@@ -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
}