try fixing

This commit is contained in:
love-code-yeyixiao 2024-03-16 12:18:08 +08:00
parent da3a26338a
commit c8ad19fc66
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static BOOL Gdi_ClosePrinter(HANDLE hPrinter);
typedef HDC(*P_CreateDCA)(LPCSTR pwszDriver, LPCSTR pwszDevice, LPCSTR pszPort, const void* pdm);
typedef HDC(*P_CreateDCW)(LPCWSTR pwszDriver, LPCWSTR pwszDevice, LPCWSTR pszPort, const void* pdm);
extern P_CreateDCA __sys_CreateDCA;
//extern P_CreateDCA __sys_CreateDCA;
extern P_CreateDCW __sys_CreateDCW;
typedef ULONG (*P_GdiAddFontResourceW)(
const WCHAR *path, ULONG flags, void *reserved);