Changeset 4307 for trunk/src/win32k/k32/k32SetOptions.cpp
- Timestamp:
- Sep 22, 2000, 11:22:43 AM (25 years ago)
- 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:06bird Exp $1 /* $Id: k32SetOptions.cpp,v 1.3 2000-09-22 09:22:38 bird Exp $ 2 2 * 3 3 * k32SetOptions - Sets the changable options of win32k.sys the options. … … 146 146 */ 147 147 options.usCom = TmpOptions.usCom; /* Output port no. */ 148 options.fLogging = TmpOptions.fLogging;/* Logging. */148 options.fLogging = (USHORT)TmpOptions.fLogging;/* Logging. */ 149 149 options.fPE = TmpOptions.fPE; /* Flags set the type of conversion. */ 150 150 options.ulInfoLevel = TmpOptions.ulInfoLevel; /* Pe2Lx InfoLevel. */
Note:
See TracChangeset
for help on using the changeset viewer.