Fix to allow building dynamically on Windows

This commit is contained in:
MarkRivers
2014-05-28 16:03:03 +00:00
parent 73bbe31afa
commit ab860a5e27
+4 -1
View File
@@ -17,8 +17,11 @@ August 14, 2013
#include <asynOctetSyncIO.h>
#include "MVP2001Driver.h"
#include "asynMotorController.h"
#include "asynMotorAxis.h"
#include <epicsExport.h>
#include "MVP2001Driver.h"
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)