Changeset 1846 for trunk/dll/printer.c
- Timestamp:
- Aug 12, 2015, 10:31:54 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/printer.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/printer.c
r1673 r1846 16 16 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 17 17 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 18 12 Aug 15 JBS Ticket #524: Ensure no "highmem-unsafe" functions are called directly 19 Calls to unsafe Dos... functions have been changed to call the wrapped xDos... functions 18 20 19 21 ***********************************************************************/ … … 92 94 return TRUE; 93 95 } 94 if (! DosQueryHType(fileno(printhandle), &htype, &flagword) &&96 if (!xDosQueryHType(fileno(printhandle), &htype, &flagword) && 95 97 !(htype & 7)) { 96 98 fclose(printhandle);
Note:
See TracChangeset
for help on using the changeset viewer.
