Changeset 6265 for trunk/src/win32k/pe2lx/pe2lx.cpp
- Timestamp:
- Jul 9, 2001, 10:13:34 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/pe2lx.cpp
r6234 r6265 1 /* $Id: pe2lx.cpp,v 1.2 8 2001-07-08 03:23:44 bird Exp $1 /* $Id: pe2lx.cpp,v 1.29 2001-07-09 08:13:34 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 176 176 {"OLEAUT32.DLL", "OLAUTOS2"}, 177 177 {"OLEAUT32", "OLAUTOS2"}, 178 {"OPENGL", "OPENGL32"}, 179 {"OPENGL.DLL", "OPENGL32"}, 180 {"CRTDLL", "CRTDLL32"}, 181 {"CRTDLL.DLL", "CRTDLL32"}, 178 182 {"WINSPOOL.DRV", "WINSPOOL.DLL"}, 179 183 {NULL, NULL} /* end-of-list entry */
Note:
See TracChangeset
for help on using the changeset viewer.