Changeset 5086 for trunk/src/win32k/dev16
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- Location:
- trunk/src/win32k/dev16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/mkcalltab.c
r4347 r5086 1 /* $Id: mkcalltab.c,v 1. 1 2000-10-01 02:58:15bird Exp $1 /* $Id: mkcalltab.c,v 1.2 2001-02-10 11:11:41 bird Exp $ 2 2 * 3 3 * Description: Generates the calltab.asm from aImportTab. … … 25 25 #define INCL_DOS 26 26 #define INCL_NOPMAPI 27 #define INCL_OS2KRNL_LDR 27 28 28 29 /******************************************************************************* … … 112 113 * Write Start of file. 113 114 */ 114 printf16("; $Id: mkcalltab.c,v 1. 1 2000-10-01 02:58:15bird Exp $\n"115 printf16("; $Id: mkcalltab.c,v 1.2 2001-02-10 11:11:41 bird Exp $\n" 115 116 ";\n" 116 117 "; Autogenerated calltab file.\n" … … 334 335 * Write Start of file. 335 336 */ 336 printf16("/* $Id: mkcalltab.c,v 1. 1 2000-10-01 02:58:15bird Exp $\n"337 printf16("/* $Id: mkcalltab.c,v 1.2 2001-02-10 11:11:41 bird Exp $\n" 337 338 " *\n" 338 339 " * Autogenerated TstFakers.c file.\n" -
trunk/src/win32k/dev16/probkrnl.c
r4781 r5086 1 /* $Id: probkrnl.c,v 1.3 0 2000-12-11 06:34:44bird Exp $1 /* $Id: probkrnl.c,v 1.31 2001-02-10 11:11:42 bird Exp $ 2 2 * 3 3 * Description: Autoprobes the os2krnl file and os2krnl[*].sym files. … … 51 51 #define INCL_DOS 52 52 #define INCL_NOPMAPI 53 #define INCL_OS2KRNL_LDR 53 54 54 55 /*******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.