Changeset 12341


Ignore:
Timestamp:
Nov 16, 1999, 5:11:43 PM (25 years ago)
Author:
bird
Message:

Corrected lie list.

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:41 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.9 1999-11-16 16:11:43 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    190190{   /* Win32 Module name                   Odin32 Module name*/
    191191    {"NETAPI32",                           "WNETAP32"},
     192    {"NETAPI32.DLL",                       "WNETAP32"},
    192193    {"OLE32",                              "OLE32OS2"},
     194    {"OLE32.DLL",                          "OLE32OS2"},
     195    {"WINSPOOL.DRV",                       "WINSPOOL.DLL"},
    193196    {NULL,                                 NULL} /* end-of-list entry */
    194197};
Note: See TracChangeset for help on using the changeset viewer.