Fix to allow building dynamically on Windows

This commit is contained in:
MarkRivers
2014-05-28 15:44:04 +00:00
parent 6954832bd3
commit d5c3b78d29
+1 -1
View File
@@ -23,8 +23,8 @@ K. Goetze 2012-03-23 Initial version
#include <asynOctetSyncIO.h>
#include "SMC100Driver.h"
#include <epicsExport.h>
#include "SMC100Driver.h"
#define NINT(f) (int)((f)>0 ? (f)+0.5 : (f)-0.5)