Skip to content

Commit 405505e

Browse files
committed
Another fix for windows compilation
1 parent e216280 commit 405505e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Parser.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
3232

33+
#define NOMINMAX
34+
#define _CRT_SECURE_NO_WARNINGS
3335
#include <windows.h>
3436
#define MAP_FAILED nullptr
3537

0 commit comments

Comments
 (0)