mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-09 15:05:36 +00:00
Actually, it turns out the min/max thing was an MSVC issue.
This commit is contained in:
parent
da010a465f
commit
3d1d1e359f
|
@ -78,6 +78,11 @@
|
||||||
# include "Windows.h"
|
# include "Windows.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
# undef min
|
||||||
|
# undef max
|
||||||
|
#endif // _MSC_VER
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
Loading…
Reference in a new issue