From 4932f36da4fab3fc8965822bba473cbd20f7f405 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 12 Nov 2021 13:34:50 -0800 Subject: Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler builtin macros, and add win32 support to FileStream --- core/src/Utils/IO/FileStream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/Utils/IO/FileStream.hpp') diff --git a/core/src/Utils/IO/FileStream.hpp b/core/src/Utils/IO/FileStream.hpp index 9f5f24a..5b91632 100644 --- a/core/src/Utils/IO/FileStream.hpp +++ b/core/src/Utils/IO/FileStream.hpp @@ -18,7 +18,7 @@ struct IoResult }; ErrorKind Error; - int32_t SystemError; + uint32_t SystemError; size_t BytesMoved; }; -- cgit v1.2.3-70-g09d2