You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//and 2k3 to 7 don't even _have_ Rtlpx - so we directly hook the Rtl* function
185
-
if (IsWindows8OrGreater())
192
+
//Windows 8 uses a Rtl*-style call for Rtlpx
193
+
if (!IsWindows8Point1OrGreater())
186
194
{
187
-
FatalError("Could not find RtlpxLookupFunctionTable - hooking RtlLookupFunctionTable directly. This will break on a Win8+ system since RtlpxLookupFunctionTable is supposed to exist!\n");
// and 2k3 to 7 don't even _have_ Rtlpx - so we directly hook the Rtl* function
204
+
if (IsWindows8OrGreater())
205
+
{
206
+
FatalError("Could not find RtlpxLookupFunctionTable - hooking RtlLookupFunctionTable directly. This will break on a Win8+ system since RtlpxLookupFunctionTable is supposed to exist!\n");
0 commit comments