drop unused NOMINMAX

This commit is contained in:
Michael Davidsaver
2018-05-18 15:20:26 -07:00
parent ba41fa6d62
commit 7a523dd948
6 changed files with 0 additions and 25 deletions

View File

@ -1,6 +1,3 @@
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
#include <iostream>
#include <pv/pvAccess.h>

View File

@ -4,11 +4,6 @@
* in file LICENSE that is included with this distribution.
*/
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
#include <map>
#include <string>
#include <vector>

View File

@ -4,10 +4,6 @@
* in file LICENSE that is included with this distribution.
*/
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
#include <algorithm>
#define epicsExportSharedSymbols

View File

@ -4,10 +4,6 @@
* in file LICENSE that is included with this distribution.
*/
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
#include <sstream>
#include <time.h>
#include <stdlib.h>

View File

@ -2,11 +2,6 @@
* testCodec.cpp
*/
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
#include <epicsExit.h>
#include <epicsUnitTest.h>
#include <testMain.h>

View File

@ -2,10 +2,6 @@
* testServer.cpp
*/
#if defined(_WIN32) && !defined(NOMINMAX)
#define NOMINMAX
#endif
// disable buggy boost enable_shared_from_this assert code
#define BOOST_DISABLE_ASSERTS