Add epicsExportSharedSymbols for correct operation on win32 dynamic

This commit is contained in:
MarkRivers
2010-10-20 00:07:21 +00:00
parent b7bc7e5cfe
commit 0b41a3e1a4
+2
View File
@@ -12,6 +12,8 @@ drvMotorSim.c code.
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define epicsExportSharedSymbols
#include <sharelib.h>
#include "paramLib.h"
typedef enum { paramUndef, paramDouble, paramInt } paramType;