Changeset 1398 for trunk/dll/misc.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1395 r1398 142 142 if (rc) { 143 143 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__, 144 "DosGetInfoBlocks");144 PCSZ_DOSGETINFOBLOCKS); 145 145 yes = FALSE; 146 146 } … … 177 177 if (rc) { 178 178 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__, 179 "DosGetInfoBlocks");179 PCSZ_DOSGETINFOBLOCKS); 180 180 } 181 181 else { … … 206 206 if (rc) { 207 207 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__, 208 "DosGetInfoBlocks");208 PCSZ_DOSGETINFOBLOCKS); 209 209 } 210 210 else
Note:
See TracChangeset
for help on using the changeset viewer.