Formatting Fix

This commit is contained in:
ahm3dgg
2026-01-09 05:33:35 +02:00
parent 0b99e11f99
commit 80fc959221

View File

@@ -119,8 +119,8 @@ namespace syscalls
}
utils::string::to_lower_inplace(filename);
// Workaround for win32u.dll
// Workaround for win32u.dll
if (is_known_dll && filename.starts_with(u"win32u.dll"))
{
return STATUS_OBJECT_NAME_NOT_FOUND;