mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
windows.h #defines min/max by default, causing problems with std::[min, max].
--HG-- branch : minor
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
#if defined(LOVE_WINDOWS)
|
||||
# define LOVE_LEGENDARY_UTF8_ARGV_HACK
|
||||
# define LOVE_LEGENDARY_CONSOLE_IO_HACK
|
||||
# define NOMINMAX
|
||||
#endif
|
||||
|
||||
#endif // LOVE_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user