Ignore:
Timestamp:
Aug 22, 2000, 5:00:22 AM (25 years ago)
Author:
bird
Message:

More code is completed.
Test stuff is broken. (Missing fake functions/variables for the new functions.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/pe2lx/pe2lx.cpp

    r4065 r4068  
    1 /* $Id: pe2lx.cpp,v 1.18.4.5 2000-08-21 22:59:40 bird Exp $
     1/* $Id: pe2lx.cpp,v 1.18.4.6 2000-08-22 03:00:22 bird Exp $
    22 *
    33 * Pe2Lx class implementation. Ring 0 and Ring 3
     
    170170    {NULL,                                 NULL} /* end-of-list entry */
    171171};
     172
     173LONG            Pe2Lx::cLoadedModules;  /* Count of existing objects. Updated by constructor and destructor. */
     174const char *    Pe2Lx::pszOdin32Path;   /* Odin32 base path (include a slash). */
     175SFN             Pe2Lx::sfnKernel32;     /* Odin32 Kernel32 filehandle. */
    172176
    173177
     
    46924696BOOL Pe2Lx::initOdin32Path()
    46934697{
     4698    #if 0
    46944699    APIRET rc;
    46954700    PMTE   pMTE;
     
    47544759
    47554760    return rc == NO_ERROR;
     4761    #else
     4762    return FALSE;
     4763    #endif
    47564764}
    47574765
Note: See TracChangeset for help on using the changeset viewer.