Changeset 9954 for trunk/src/win32k
- Timestamp:
 - Mar 31, 2003, 3:22:45 AM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/include/options.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/include/options.h
r6883 r9954 1 /* $Id: options.h,v 1.2 4 2001-09-30 04:55:56bird Exp $1 /* $Id: options.h,v 1.25 2003-03-31 01:22:45 bird Exp $ 2 2 * 3 3 * Options. … … 101 101 NULL, /* pszCustomDll */ \ 102 102 NULL, /* pszCustomExports */ \ 103 NULL, /* pszCustomDllExclude */ \ 103 104 TRUE, /* fDllFixes */ \ 104 105 TRUE, /* fExeFixes */ \ … … 195 196 196 197 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. */ 199 201 200 202 /** @cat Options affecting the behaviour changes in the OS/2 loader */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  