Changeset 1673 for trunk/dll/printer.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/printer.c
r1544 r1673 83 83 CHAR *modea = "a+"; 84 84 85 if (!fWorkPlace) / * assume spooler is active */85 if (!fWorkPlace) // assume spooler is active 86 86 return TRUE; 87 87 DosError(FERR_DISABLEHARDERR); … … 104 104 } 105 105 fclose(printhandle); 106 if (data & 32) / * bit 5 is out of paper */106 if (data & 32) // bit 5 is out of paper 107 107 return FALSE; 108 108 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.