fix: fix build error

This commit is contained in:
MistEO
2022-07-24 21:40:34 +08:00
parent 718a92d798
commit 74ec0a43f7

View File

@@ -11,7 +11,7 @@
#include "Logger.hpp"
#include "Resource.h"
static constexpr unsigned long long NullSize = -1ULL;
static constexpr unsigned long long NullSize = static_cast<unsigned long long>(-1);
#if 0
#if _MSC_VER