MSVC build fix

This commit is contained in:
Flyinghead 2018-08-01 19:55:29 +02:00
parent 31d8c1f091
commit 73ef45bffd
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
#include <limits>
#include "xbrz_config.h"
// Guard against msvc stupidity
#ifdef max
#undef max
#endif
namespace xbrz
{
/*