Changeset 1400 for trunk/dll/common.c
- Timestamp:
- Mar 8, 2009, 6:50:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1398 r1400 25 25 11 Jan 09 GKY Replace font names in the string file with global set at compile in init.c 26 26 07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error 27 08 Mar 09 GKY Additional strings move to PCSZs in init.c 27 28 28 29 ***********************************************************************/ … … 199 200 } 200 201 201 void CommonCreateTextChildren(HWND hwnd, char *class, USHORT * ids)202 void CommonCreateTextChildren(HWND hwnd, PCSZ class, USHORT * ids) 202 203 { 203 204 int x; … … 373 374 DosError(FERR_DISABLEHARDERR); 374 375 rc = DosDevIOCtl(-1L, 8L, 0x40L, &parm, sizeof(parm), &plen, NULL, 0L, &dlen); 375 DbgMsg(pszSrcFile, __LINE__, "Eject parm %i %i rc %i", parm[0], parm[1], rc);376 376 if (cmd == IDM_EJECT && 377 377 (fEjectFlpyScan ? TRUE : parm[1] > 1) &&
Note:
See TracChangeset
for help on using the changeset viewer.