Various updates for building on Windows/Cygwin/MinGW

This commit is contained in:
Andrew Johnson
2012-07-18 15:35:32 -05:00
parent 4fb697d085
commit e02aaf5ef9
9 changed files with 20 additions and 14 deletions
+4 -3
View File
@@ -43,9 +43,10 @@
#include "arrRecord.h"
extern "C" int arrTest_registerRecordDeviceDriver(struct dbBase *pdbbase);
epicsShareExtern void (*pvar_func_arrInitialize)(void);
extern "C" {
int arrTest_registerRecordDeviceDriver(struct dbBase *pdbbase);
epicsShareExtern void (*pvar_func_arrInitialize)(void);
}
#define CA_SERVER_PORT "65535"