Changeset 12341
- Timestamp:
- Nov 16, 1999, 5:11:43 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/win32k/pe2lx/pe2lx.cpp ¶
r12265 r12341 1 /* $Id: pe2lx.cpp,v 1. 8 1999-11-10 01:53:41bird Exp $1 /* $Id: pe2lx.cpp,v 1.9 1999-11-16 16:11:43 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 190 190 { /* Win32 Module name Odin32 Module name*/ 191 191 {"NETAPI32", "WNETAP32"}, 192 {"NETAPI32.DLL", "WNETAP32"}, 192 193 {"OLE32", "OLE32OS2"}, 194 {"OLE32.DLL", "OLE32OS2"}, 195 {"WINSPOOL.DRV", "WINSPOOL.DLL"}, 193 196 {NULL, NULL} /* end-of-list entry */ 194 197 };
Note:
See TracChangeset
for help on using the changeset viewer.