mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-26 19:53:08 +00:00
Actually, it turns out the min/max thing was an MSVC issue.
This commit is contained in:
parent
da010a465f
commit
3d1d1e359f
1 changed files with 5 additions and 0 deletions
|
@ -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