Win32 macro undef

This commit is contained in:
Jack Andersen 2017-09-30 19:30:34 -10:00
parent fdf07d6c33
commit 047a91452e
1 changed files with 3 additions and 3 deletions

View File

@ -17,12 +17,12 @@
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <Windows.h>
#endif
#undef min
#undef max
constexpr float NativeSampleRate = 32000.0f;
namespace amuse