Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.

oldstable
Huw D M Davies 1999-11-04 01:59:38 +00:00 committed by Alexandre Julliard
parent cdeaa85206
commit 815581a544
1 changed files with 2 additions and 0 deletions

View File

@ -943,6 +943,8 @@ DWORD WIN16DRV_DeviceCapabilities(LPSTR lpszDriver, LPCSTR lpszDevice,
case DC_PRINTERMEM:
case DC_PRINTRATEUNIT:
case DC_SIZE:
case DC_TRUETYPE:
case DC_VERSION:
OutputSize = 0;
break;