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 "dbEvent.h"
#include "epicsMath.h"
#include "epicsStdioRedirect.h"
#ifdef devStream_epicsExportSharedSymbols
# undef devStream_epicsExportSharedSymbols
@ -76,6 +75,8 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#else
#include "epicsStdioRedirect.h"
#endif
#ifdef _WIN32