- Timestamp:
- Sep 30, 2001, 6:55:56 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/options.h
r6853 r6883 1 /* $Id: options.h,v 1.2 3 2001-09-28 07:43:38 sandervlExp $1 /* $Id: options.h,v 1.24 2001-09-30 04:55:56 bird Exp $ 2 2 * 3 3 * Options. … … 195 195 196 196 ULONG fSkipFixups; 197 PSZpszCustomDll; /* pointer to custom odin dll name */198 PSZpszCustomExports; /* pointer to custom export table */197 char * pszCustomDll; /* pointer to custom odin dll name */ 198 char * pszCustomExports; /* pointer to custom export table */ 199 199 200 200 /** @cat Options affecting the behaviour changes in the OS/2 loader */
Note:
See TracChangeset
for help on using the changeset viewer.