From 87e43c5ce653e4832226ac99ee9ff75582bbb4b3 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Mon, 22 Jun 2015 11:23:04 +0200 Subject: [PATCH] Changed error message. --- src/Win32_Interop/Win32_QFork.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Win32_Interop/Win32_QFork.cpp b/src/Win32_Interop/Win32_QFork.cpp index 10845077..49927afb 100644 --- a/src/Win32_Interop/Win32_QFork.cpp +++ b/src/Win32_Interop/Win32_QFork.cpp @@ -1119,7 +1119,7 @@ void RejoinCOWPages(HANDLE mmHandle, byte* mmStart, size_t mmSize) { throw std::system_error( GetLastError(), system_category(), - "RejoinCOWPages: MapViewOfFileEx failed. Please upgrade your OS to Win8 or newer."); + "RejoinCOWPages: MapViewOfFileEx failed."); } } }