Ignore:
Timestamp:
Jul 9, 2001, 10:13:34 AM (24 years ago)
Author:
bird
Message:

Updated paLieList with OpenGL and CrtDll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/pe2lx.cpp

    r6234 r6265  
    1 /* $Id: pe2lx.cpp,v 1.28 2001-07-08 03:23:44 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.29 2001-07-09 08:13:34 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    176176    {"OLEAUT32.DLL",                       "OLAUTOS2"},
    177177    {"OLEAUT32",                           "OLAUTOS2"},
     178    {"OPENGL",                             "OPENGL32"},
     179    {"OPENGL.DLL",                         "OPENGL32"},
     180    {"CRTDLL",                             "CRTDLL32"},
     181    {"CRTDLL.DLL",                         "CRTDLL32"},
    178182    {"WINSPOOL.DRV",                       "WINSPOOL.DLL"},
    179183    {NULL,                                 NULL} /* end-of-list entry */
Note: See TracChangeset for help on using the changeset viewer.