Ignore:
Timestamp:
Jan 21, 2001, 12:53:27 AM (25 years ago)
Author:
bird
Message:

Added new api enhancement option and win32k ini filename.

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 $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    386386        return (USHORT)rc;
    387387
     388    /* apis */
     389    #if 0
     390    if ((rc = APIInit()) != NO_ERROR)
     391        return (USHORT)rc;
     392    #endif
     393
     394
    388395    /*
    389396     * Lock the 32-bit objects/segments and 16-bit datasegment in memory
     
    407414        kprintf(("data segment lock failed with with rc=%d\n", rc));
    408415
    409     /* 16-bit data segment - is this necessary? */
     416    /* 16-bit data segment - is this really necessary? */
    410417    memset(SSToDS(&lockhandle), 0, sizeof(lockhandle));
    411418    rc = D32Hlp_VMLock2(&DATA16START,
Note: See TracChangeset for help on using the changeset viewer.