MSVC build fix
This commit is contained in:
parent
31d8c1f091
commit
73ef45bffd
|
@ -21,6 +21,11 @@
|
|||
#include <limits>
|
||||
#include "xbrz_config.h"
|
||||
|
||||
// Guard against msvc stupidity
|
||||
#ifdef max
|
||||
#undef max
|
||||
#endif
|
||||
|
||||
namespace xbrz
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue