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/include/options.h

    r4164 r4307  
    1 /* $Id: options.h,v 1.11 2000-09-02 21:08:03 bird Exp $
     1/* $Id: options.h,v 1.12 2000-09-22 09:22:37 bird Exp $
    22 *
    33 * Options.
     
    99 */
    1010
     11/* NOINC */
    1112#ifndef _options_h_
    1213#define _options_h_
     14/* INC */
    1315
    1416/*******************************************************************************
     
    4345#define CB_RES_MAX          ((unsigned long)1024*1024*10)  /*  10MB  */
    4446
     47/* NOINC */
    4548/* default assignments */
    4649#define DEFAULT_OPTION_ASSIGMENTS                           \
     
    8285#define isSMPKernel()               (options.fKernel & KF_SMP)
    8386#define isUNIKernel()               !(options.fKernel & KF_SMP)
    84 
     87/* INC */
    8588
    8689/*******************************************************************************
     
    9699    /** @cat logging options */
    97100    USHORT      usCom;                  /* Output port no. */
    98     ULONG       fLogging;               /* Logging. */
     101    USHORT      fLogging;               /* Logging. */
    99102
    100103    /** @cat kernel selection */
     
    134137*   Global Variables                                                           *
    135138*******************************************************************************/
     139/* NOINC */
    136140extern struct options DATA16_GLOBAL options;    /* defined in d16globals.c */
    137141#if defined(__IBMC__) || defined(__IBMCPP__)
    138142    #pragma map( options , "_options"  )
    139143#endif
     144/* INC */
    140145
     146/* NOINC */
    141147#endif
     148/* INC */
    142149
Note: See TracChangeset for help on using the changeset viewer.