This commit is contained in:
love-code-yeyixiao 2024-03-16 11:29:39 +08:00
parent c19f929697
commit 6b6f63c2a7
1 changed files with 2 additions and 2 deletions

View File

@ -945,13 +945,13 @@ _FX BOOLEAN Gdi_Full_Init_impl(HMODULE module, BOOLEAN full)
GetProcAddress(module, "CreateScalableFontResourceW");
}
#ifndef _WIN64
/*#ifndef _WIN64
if (Dll_OsBuild >= 8400) {
SBIEDLL_HOOK(Gdi_, CreateDCW);
}
#endif ! _WIN64
#endif ! _WIN64*/
SBIEDLL_HOOK(Gdi_, GdiAddFontResourceW);