mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
possibly fix a Windows compile error
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user