Changeset 4997 for trunk/src/win32k/dev32/d32init.c
- Timestamp:
- Jan 21, 2001, 12:53:27 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.