Changeset 20490


Ignore:
Timestamp:
Mar 31, 2003, 3:22:45 AM (22 years ago)
Author:
bird
Message:

Added pszCustomDllExclude.

File:
1 edited

Legend:

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

    r17443 r20490  
    1 /* $Id: options.h,v 1.24 2001-09-30 04:55:56 bird Exp $
     1/* $Id: options.h,v 1.25 2003-03-31 01:22:45 bird Exp $
    22 *
    33 * Options.
     
    101101            NULL,                   /* pszCustomDll  */     \
    102102            NULL,                   /* pszCustomExports  */ \
     103            NULL,                   /* pszCustomDllExclude  */ \
    103104            TRUE,                   /* fDllFixes     */     \
    104105            TRUE,                   /* fExeFixes     */     \
     
    195196
    196197    ULONG       fSkipFixups;
    197     char *      pszCustomDll;           /* pointer to custom odin dll name */
    198     char *      pszCustomExports;       /* pointer to custom export table */
     198    char *      pszCustomDll;           /* Pointer to custom odin dll name */
     199    char *      pszCustomExports;       /* Pointer to custom export table */
     200    char *      pszCustomDllExclude;    /* Pointer to non custom dlls. */
    199201
    200202    /** @cat Options affecting the behaviour changes in the OS/2 loader */
Note: See TracChangeset for help on using the changeset viewer.