Changeset 4787 for trunk/src/win32k/dev16
- Timestamp:
- Dec 11, 2000, 7:53:57 AM (25 years ago)
- Location:
- trunk/src/win32k/dev16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/d16init.c
r4185 r4787 1 /* $Id: d16init.c,v 1. 8 2000-09-04 16:40:47bird Exp $1 /* $Id: d16init.c,v 1.9 2000-12-11 06:53:48 bird Exp $ 2 2 * 3 3 * d16init - init routines for both drivers. … … 258 258 * @returns Same as DevHelp_GetDosVar. 259 259 * @status completely implemented. 260 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)260 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 261 261 * @remark If you are not sure if TKSSBase16 is set or not, call this. 262 262 * After R0Init16 is called TKSSBase16 _is_ set. -
trunk/src/win32k/dev16/extract.c
r4307 r4787 1 /* $Id: extract.c,v 1. 2 2000-09-22 09:22:34bird Exp $1 /* $Id: extract.c,v 1.3 2000-12-11 06:53:48 bird Exp $ 2 2 * 3 3 * Description: SymDB entry generator. … … 89 89 * @param pszFilename Pointer to read only filename of the .sym-file. 90 90 * @status completely implemented. 91 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)91 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 92 92 * @remark Currently only retail kernels are processed. See note below. 93 93 */ … … 245 245 int i; 246 246 247 printf16("/* $Id: extract.c,v 1. 2 2000-09-22 09:22:34bird Exp $\n"247 printf16("/* $Id: extract.c,v 1.3 2000-12-11 06:53:48 bird Exp $\n" 248 248 "*\n" 249 249 "* Autogenerated kernel symbol database.\n" 250 250 "*\n" 251 "* Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)\n"251 "* Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)\n" 252 252 "*\n" 253 253 "* Project Odin Software License can be found in LICENSE.TXT\n"
Note:
See TracChangeset
for help on using the changeset viewer.