forked from epics_driver_modules/motorBase
Fixed location of #include <epicsExport.h> to allow building on WIN32 dynamically
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <epicsThread.h>
|
||||
#include <epicsExport.h>
|
||||
#include <iocsh.h>
|
||||
|
||||
#include <asynPortDriver.h>
|
||||
#include <asynOctetSyncIO.h>
|
||||
#include <epicsExport.h>
|
||||
#define epicsExportSharedSymbols
|
||||
#include <shareLib.h>
|
||||
#include "asynMotorController.h"
|
||||
|
||||
Reference in New Issue
Block a user