mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: fix build error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user