From 0acac35d77fa3ae2da50efe25c9731672388c859 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Sat, 17 Oct 2015 04:24:20 -0700 Subject: [PATCH] patch win7 ucrtbase, and note versions --- Source/Core/Common/ucrtFreadWorkaround.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Core/Common/ucrtFreadWorkaround.cpp b/Source/Core/Common/ucrtFreadWorkaround.cpp index 10f91d1d1c..1a6c3480be 100644 --- a/Source/Core/Common/ucrtFreadWorkaround.cpp +++ b/Source/Core/Common/ucrtFreadWorkaround.cpp @@ -13,7 +13,11 @@ struct PatchInfo { u32 rva; u32 length; } static const s_patches[] = { + // 10.0.10240.16384 (th1.150709-1700) { L"ucrtbase.dll", 0xF61ED, 0x6AE7B, 5 }, + // 10.0.10137.0 (th1.150602-2238) + { L"ucrtbase.dll", 0xF8B5E, 0x63ED6, 2 }, + // 10.0.10150.0 (th1.150616-1659) { L"ucrtbased.dll", 0x1C1915 , 0x91905, 5 }, };