Ignore:
Timestamp:
Sep 22, 2000, 11:22:43 AM (25 years ago)
Author:
bird
Message:

Corrected problem with kernel build 14053. (new parameter to ldrOpenPath)
Added symbols for 14053 and 8266.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/k32/k32SetOptions.cpp

    r4164 r4307  
    1 /* $Id: k32SetOptions.cpp,v 1.2 2000-09-02 21:08:06 bird Exp $
     1/* $Id: k32SetOptions.cpp,v 1.3 2000-09-22 09:22:38 bird Exp $
    22 *
    33 * k32SetOptions - Sets the changable options of win32k.sys the options.
     
    146146         */
    147147        options.usCom       = TmpOptions.usCom;         /* Output port no. */
    148         options.fLogging    = TmpOptions.fLogging;      /* Logging. */
     148        options.fLogging    = (USHORT)TmpOptions.fLogging;/* Logging. */
    149149        options.fPE         = TmpOptions.fPE;           /* Flags set the type of conversion. */
    150150        options.ulInfoLevel = TmpOptions.ulInfoLevel;   /* Pe2Lx InfoLevel. */
Note: See TracChangeset for help on using the changeset viewer.