Ignore:
Timestamp:
Jul 13, 2002, 5:57:57 PM (23 years ago)
Author:
sandervl
Message:

do not use any win32k services with custom odin builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initkernel32.cpp

    r8648 r8863  
    1 /* $Id: initkernel32.cpp,v 1.19 2002-06-11 16:36:53 sandervl Exp $
     1/* $Id: initkernel32.cpp,v 1.20 2002-07-13 15:57:57 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    114114             * not relocated during run, so we're pretty well off.
    115115             */
    116             if (!libWin32kInit())
     116            //Note: we do NOT want to use any win32k services with custom builds
     117            if (fCustomBuild == FALSE && !libWin32kInit())
    117118            {
    118119                rc = libWin32kSetEnvironment((PSZ)_O32_GetEnvironmentStrings(), 0, 0);
Note: See TracChangeset for help on using the changeset viewer.