diff --git a/Sandboxie/core/dll/gdi.c b/Sandboxie/core/dll/gdi.c index 70fd12aa..831e82fb 100644 --- a/Sandboxie/core/dll/gdi.c +++ b/Sandboxie/core/dll/gdi.c @@ -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);