do not use epicsStdioRedirect.h for EPICS 3.13

This commit is contained in:
2019-08-22 15:53:29 +02:00
parent 40e937b091
commit a5e9ed2d78

View File

@ -64,7 +64,6 @@ extern "C" {
#include "recGbl.h" #include "recGbl.h"
#include "dbEvent.h" #include "dbEvent.h"
#include "epicsMath.h" #include "epicsMath.h"
#include "epicsStdioRedirect.h"
#ifdef devStream_epicsExportSharedSymbols #ifdef devStream_epicsExportSharedSymbols
# undef devStream_epicsExportSharedSymbols # undef devStream_epicsExportSharedSymbols
@ -76,6 +75,8 @@ extern "C" {
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#else
#include "epicsStdioRedirect.h"
#endif #endif
#ifdef _WIN32 #ifdef _WIN32