Changeset 4997 for trunk/src/win32k
- Timestamp:
- Jan 21, 2001, 12:53:27 AM (25 years ago)
- Location:
- trunk/src/win32k
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/d16globl.c
r4164 r4997 1 /* $Id: d16globl.c,v 1. 2 2000-09-02 21:07:55bird Exp $1 /* $Id: d16globl.c,v 1.3 2001-01-20 23:53:27 bird Exp $ 2 2 * 3 3 * d16globals - global data (16-bit) … … 39 39 CHAR szBuildDate[] = {__DATE__}; 40 40 CHAR szBuildTime[] = {__TIME__}; 41 CHAR szWin32kIni[CCHMAXPATH] = {"\win32k.ini"}; 41 42 -
trunk/src/win32k/dev32/d32init.c
r4972 r4997 1 /* $Id: d32init.c,v 1. 29 2001-01-19 02:28:07 bird Exp $1 /* $Id: d32init.c,v 1.30 2001-01-20 23:53:27 bird Exp $ 2 2 * 3 3 * d32init.c - 32-bits init routines. … … 386 386 return (USHORT)rc; 387 387 388 /* apis */ 389 #if 0 390 if ((rc = APIInit()) != NO_ERROR) 391 return (USHORT)rc; 392 #endif 393 394 388 395 /* 389 396 * Lock the 32-bit objects/segments and 16-bit datasegment in memory … … 407 414 kprintf(("data segment lock failed with with rc=%d\n", rc)); 408 415 409 /* 16-bit data segment - is this necessary? */416 /* 16-bit data segment - is this really necessary? */ 410 417 memset(SSToDS(&lockhandle), 0, sizeof(lockhandle)); 411 418 rc = D32Hlp_VMLock2(&DATA16START,
Note:
See TracChangeset
for help on using the changeset viewer.