Changeset 4828 for trunk/src/win32k/include/options.h
- Timestamp:
- Dec 17, 2000, 11:45:52 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/options.h
r4774 r4828 1 /* $Id: options.h,v 1.1 3 2000-12-11 06:22:14bird Exp $1 /* $Id: options.h,v 1.14 2000-12-17 22:45:52 bird Exp $ 2 2 * 3 3 * Options. … … 63 63 FALSE, /* fNoLoader */ \ 64 64 TRUE, /* fDllFixes */ \ 65 TRUE, /* fExeFixes */ \ 65 66 CB_SWP_INIT, /* cbSwpHeapInit */ \ 66 67 CB_SWP_MAX, /* cbSwpHeapMax */ \ … … 89 90 #define isDllFixesEnabled() (options.fDllFixes) 90 91 #define isDllFixesDisabled() (!options.fDllFixes) 92 93 #define isExeFixesEnabled() (options.fExeFixes) 94 #define isExeFixesDisabled() (!options.fExeFixes) 91 95 92 96 /* INC */ … … 133 137 /** @cat Options affecting the behaviour changes in the OS/2 loader */ 134 138 ULONG fDllFixes; /* Enables the long DLL name and non .DLL extention fixes. */ 139 ULONG fExeFixes; /* Enables EXE files to export entry points. */ 135 140 136 141 /** @cat Options affecting the heap. */
Note:
See TracChangeset
for help on using the changeset viewer.