This commit is contained in:
Michele Caini 2016-09-27 16:18:22 +02:00
parent b1aa7ed0ef
commit f6de2afd3e

View File

@ -11,6 +11,7 @@
#include <array>
#include <uv.h>
#ifdef _WIN32
// MSVC doesn't have C++14 relaxed constexpr support yet. Hence the jugglery.
#define R_CONSTEXPR
@ -18,6 +19,7 @@
#define R_CONSTEXPR constexpr
#endif
namespace uvw {