Remove #undef min/max as NOMINMAX is now defined by the project
Originally committed to SVN as r5879.
This commit is contained in:
parent
8d28b44773
commit
af9be4afa6
2 changed files with 0 additions and 11 deletions
|
@ -43,12 +43,6 @@
|
||||||
#include "audio_colorscheme.h"
|
#include "audio_colorscheme.h"
|
||||||
#include "colorspace.h"
|
#include "colorspace.h"
|
||||||
|
|
||||||
// Something is defining "min" and "max" macros, and they interfere with using std::min and std::max
|
|
||||||
#undef min
|
|
||||||
#undef max
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void AudioColorScheme::InitIcyBlue_Normal()
|
void AudioColorScheme::InitIcyBlue_Normal()
|
||||||
{
|
{
|
||||||
unsigned char *palptr = palette;
|
unsigned char *palptr = palette;
|
||||||
|
|
|
@ -49,11 +49,6 @@
|
||||||
#include "audio_renderer_waveform.h"
|
#include "audio_renderer_waveform.h"
|
||||||
#include "colorspace.h"
|
#include "colorspace.h"
|
||||||
|
|
||||||
#undef min
|
|
||||||
#undef max
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
AudioWaveformRenderer::AudioWaveformRenderer()
|
AudioWaveformRenderer::AudioWaveformRenderer()
|
||||||
: AudioRendererBitmapProvider()
|
: AudioRendererBitmapProvider()
|
||||||
, colors_normal(6)
|
, colors_normal(6)
|
||||||
|
|
Loading…
Reference in a new issue