Skip to content

Commit

Permalink
Remove MSVC min/max macro definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
QueensGambit committed Aug 8, 2023
1 parent fbcf4ee commit b566c04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engine/src/util/blazeutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
#ifndef BLAZEUTIL_H
#define BLAZEUTIL_H

// remove MSVC min/max macro definitions
#ifdef WIN32
#undef min
#undef max
#endif

#include <cfloat>
#include <blaze/Math.h>
#include <limits>
Expand Down

0 comments on commit b566c04

Please sign in to comment.