wrong ifdef

This commit is contained in:
mrkraimer
2019-06-23 07:22:27 -04:00
parent 3b6f23515f
commit bc6fd2b9ff
5 changed files with 15 additions and 10 deletions

View File

@ -6,8 +6,9 @@
#ifndef PVARRAYPLUGIN_H #ifndef PVARRAYPLUGIN_H
#define PVARRAYPLUGIN_H #define PVARRAYPLUGIN_H
#if defined(_WIN32) && !defined(NOMINMAX) #ifdef epicsExportSharedSymbols
#define NOMINMAX # define pvaConstantsepicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif #endif
#include <string> #include <string>

View File

@ -6,8 +6,9 @@
#ifndef PVDEADBANDPLUGIN_H #ifndef PVDEADBANDPLUGIN_H
#define PVDEADBANDPLUGIN_H #define PVDEADBANDPLUGIN_H
#if defined(_WIN32) && !defined(NOMINMAX) #ifdef epicsExportSharedSymbols
#define NOMINMAX # define pvaConstantsepicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif #endif
#include <string> #include <string>

View File

@ -9,8 +9,9 @@
#ifndef PVPLUGIN_H #ifndef PVPLUGIN_H
#define PVPLUGIN_H #define PVPLUGIN_H
#if defined(_WIN32) && !defined(NOMINMAX) #ifdef epicsExportSharedSymbols
#define NOMINMAX # define pvaConstantsepicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif #endif
#include <string> #include <string>

View File

@ -10,8 +10,9 @@
#ifndef PVSTRUCTURECOPY_H #ifndef PVSTRUCTURECOPY_H
#define PVSTRUCTURECOPY_H #define PVSTRUCTURECOPY_H
#if defined(_WIN32) && !defined(NOMINMAX) #ifdef epicsExportSharedSymbols
#define NOMINMAX # define pvaConstantsepicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif #endif
#include <string> #include <string>

View File

@ -6,8 +6,9 @@
#ifndef PVTIMESTAMPPLUGIN_H #ifndef PVTIMESTAMPPLUGIN_H
#define PVTIMESTAMPPLUGIN_H #define PVTIMESTAMPPLUGIN_H
#if defined(_WIN32) && !defined(NOMINMAX) #ifdef epicsExportSharedSymbols
#define NOMINMAX # define pvaConstantsepicsExportSharedSymbols
# undef epicsExportSharedSymbols
#endif #endif
#include <string> #include <string>