diff options
| author | shuffle2 <godisgovernment@gmail.com> | 2015-11-01 10:52:33 -0800 |
|---|---|---|
| committer | shuffle2 <godisgovernment@gmail.com> | 2015-11-01 10:52:33 -0800 |
| commit | bfffd997cd35b42250da2ea0d56bcea1d203221f (patch) | |
| tree | f428ffa72efb9f348369caff035df68926dae9e3 /Source/Core/Common/ucrtFreadWorkaround.cpp | |
| parent | 491e1495458e692feacba9dfc3e9ffbc7f17cebb (diff) | |
Update ucrtFreadWorkaround.cpp
Diffstat (limited to 'Source/Core/Common/ucrtFreadWorkaround.cpp')
| -rw-r--r-- | Source/Core/Common/ucrtFreadWorkaround.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Common/ucrtFreadWorkaround.cpp b/Source/Core/Common/ucrtFreadWorkaround.cpp index 1a6c3480be..cecab2b4ff 100644 --- a/Source/Core/Common/ucrtFreadWorkaround.cpp +++ b/Source/Core/Common/ucrtFreadWorkaround.cpp @@ -15,6 +15,8 @@ struct PatchInfo { } static const s_patches[] = { // 10.0.10240.16384 (th1.150709-1700) { L"ucrtbase.dll", 0xF61ED, 0x6AE7B, 5 }, + // 10.0.10240.16390 (th1_st1.150714-1601) + { L"ucrtbase.dll", 0xF5ED9, 0x6AE7B, 5 }, // 10.0.10137.0 (th1.150602-2238) { L"ucrtbase.dll", 0xF8B5E, 0x63ED6, 2 }, // 10.0.10150.0 (th1.150616-1659) |
