wrong ifdef
This commit is contained in:
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user