Changeset 1498 for trunk/dll/dirs.c
- Timestamp:
- Jan 18, 2010, 1:57:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirs.c
r1438 r1498 5 5 6 6 Copyright (c) 1993-98 M. Kimes 7 Copyright (c) 2003, 20 08Steven H.Levine7 Copyright (c) 2003, 2010 Steven H.Levine 8 8 9 9 Directory manipulation 10 10 11 11 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 12 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 12 13 13 14 ***********************************************************************/ … … 89 90 if ((CHAR) ((CHAR) curdrive + '@') != (CHAR) toupper(*HomePath) && 90 91 (CHAR) ((CHAR) curdrive + '@') != (CHAR) toupper(*path)) 91 DosChDir( PCSZ_BACKSLASH);92 DosChDir((CHAR *) PCSZ_BACKSLASH); 92 93 } 93 94 ret = DosSelectDisk(toupper(*path) - '@');
Note:
See TracChangeset
for help on using the changeset viewer.