Changeset 2931 for trunk/src/win32k/dev16
- Timestamp:
- Feb 27, 2000, 1:37:53 PM (26 years ago)
- Location:
- trunk/src/win32k/dev16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/SymDB.c
r2898 r2931 1 /* $Id: SymDB.c,v 1. 1 2000-02-25 18:15:01bird Exp $1 /* $Id: SymDB.c,v 1.2 2000-02-27 12:37:52 bird Exp $ 2 2 * 3 3 * Autogenerated kernel symbol database. … … 8 8 * 9 9 */ 10 10 #define INCL_NOPMAPI 11 #define INCL_NOBASEAPI 11 12 #include <os2.h> 12 13 #include "probkrnl.h" -
trunk/src/win32k/dev16/probkrnl.c
r2905 r2931 1 /* $Id: probkrnl.c,v 1.1 7 2000-02-26 17:49:28bird Exp $1 /* $Id: probkrnl.c,v 1.18 2000-02-27 12:37:53 bird Exp $ 2 2 * 3 3 * Description: Autoprobes the os2krnl file and os2krnl[*].sym files. … … 1488 1488 int i; 1489 1489 1490 printf16("/* $Id: probkrnl.c,v 1.1 7 2000-02-26 17:49:28bird Exp $\n"1490 printf16("/* $Id: probkrnl.c,v 1.18 2000-02-27 12:37:53 bird Exp $\n" 1491 1491 "*\n" 1492 1492 "* Autogenerated kernel symbol database.\n" … … 1499 1499 1500 1500 printf16("\n" 1501 "#define INCL_NOPMAPI\n" 1502 "#define INCL_NOBASEAPI\n" 1501 1503 "#include <os2.h>\n" 1502 1504 "#include \"probkrnl.h\"\n"
Note:
See TracChangeset
for help on using the changeset viewer.