Changeset 4118
- Timestamp:
- Aug 30, 2000, 6:15:15 AM (25 years ago)
- File:
-
- 1 edited
-
branches/GRACE/src/win32k/dev16/probkrnl.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/dev16/probkrnl.c
r4117 r4118 1 /* $Id: probkrnl.c,v 1.20.4.1 2 2000-08-30 04:11:27bird Exp $1 /* $Id: probkrnl.c,v 1.20.4.13 2000-08-30 04:15:15 bird Exp $ 2 2 * 3 3 * Description: Autoprobes the os2krnl file and os2krnl[*].sym files. … … 905 905 pImport->achName, pImport->offObject, 906 906 pImport->ulAddress, pImport->usSel)); 907 printf16("Found: %s at off 0x%lx addr 0x%lx, sel=0x%x\n",908 pImport->achName, pImport->offObject,909 pImport->ulAddress, pImport->usSel);910 907 } 911 908 else/* test failed, continue on next symbol*/ … … 1698 1695 int i; 1699 1696 1700 printf16("/* $Id: probkrnl.c,v 1.20.4.1 2 2000-08-30 04:11:27bird Exp $\n"1697 printf16("/* $Id: probkrnl.c,v 1.20.4.13 2000-08-30 04:15:15 bird Exp $\n" 1701 1698 "*\n" 1702 1699 "* Autogenerated kernel symbol database.\n"
Note:
See TracChangeset
for help on using the changeset viewer.
