Skip to content

Commit

Permalink
Win32 macro undef
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Oct 1, 2017
1 parent fdf07d6 commit 047a914
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/amuse/Common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 047a914

Please sign in to comment.