Fix to allow building dynamically on Windows

This commit is contained in:
MarkRivers
2014-05-28 15:43:42 +00:00
parent 9b9a4b68e3
commit 6954832bd3
+4 -1
View File
@@ -18,9 +18,12 @@ Note: This driver was tested with the v1.3.x of the firmware
#include <asynOctetSyncIO.h>
#include "HXPDriver.h"
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include "hxp_drivers.h"
#include <epicsExport.h>
#include "HXPDriver.h"
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)
#define NUM_AXES 6