mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-08 05:25:33 +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"
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# undef min
|
||||
# undef max
|
||||
#endif // _MSC_VER
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in a new issue