Changeset 363
- Timestamp:
- Apr 8, 2010, 11:33:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/kmk/Lucide/gui/printDlg.cpp ¶
r334 r363 222 222 bool PrintDlg::isPostscriptDevice() 223 223 { 224 longlTech = 0;224 LONG lTech = 0; 225 225 HDC hdcPrinterInfo = getInfoDC(); 226 226 if ( hdcPrinterInfo != DEV_ERROR ) { 227 DevQueryCaps( hdcPrinterInfo, CAPS_TECHNOLOGY, sizeof(long), &lTech );227 DevQueryCaps( hdcPrinterInfo, CAPS_TECHNOLOGY, 1, &lTech ); 228 228 DevCloseDC( hdcPrinterInfo ); 229 229 }
Note:
See TracChangeset
for help on using the changeset viewer.