Ignore:
Timestamp:
Dec 16, 2002, 2:37:07 AM (23 years ago)
Author:
bird
Message:

Symbol filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/options.h

    r8188 r9507  
    1 /* $Id: options.h,v 1.3 2002-04-01 13:51:16 bird Exp $
     1/* $Id: options.h,v 1.4 2002-12-16 01:37:07 bird Exp $
    22 *
    33 * Options.
     
    7070*******************************************************************************/
    7171/* NOINC */
    72 extern struct kKLOptions DATA16_GLOBAL options;  /* defined in d16Globl.c */
    73 extern USHORT DATA16_GLOBAL usVerMajor;
    74 extern USHORT DATA16_GLOBAL usVerMinor;
     72extern struct kKLOptions    options;  /* defined in d16Globl.c */
     73extern USHORT               usVerMajor;
     74extern USHORT               usVerMinor;
     75extern char                 szSymbolFile[128];
    7576
    7677#ifdef RING0
     
    7980    #pragma map(usVerMajor,     "_usVerMajor")
    8081    #pragma map(usVerMinor,     "_usVerMinor")
     82    #pragma map(szSymbolFile,   "_szSymbolFile")
    8183#endif
    8284#endif
Note: See TracChangeset for help on using the changeset viewer.