Compare commits

...

1 Commits

Author SHA1 Message Date
d0b8d3f585 problems with 3.13 solved 2012-11-20 10:51:40 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,7 @@
extern "C" {
#endif
#define epicsAlarmGLOBAL
#include <ctype.h>
#include <stdarg.h>
#include <stdlib.h>
@ -39,7 +40,6 @@ extern "C" {
#include <recSup.h>
#include <recGbl.h>
#include <devLib.h>
#define epicsAlarmGLOBAL
#include <alarm.h>
#include <callback.h>

View File

@ -41,7 +41,7 @@
#define INIT_RUN (!interruptAccept)
#include <epicsVersion.h>
#ifdef BASE_RELEASE
#ifdef BASE_VERSION
#define EPICS_3_13
#endif