Changeset 3987 for branches/GRACE/src


Ignore:
Timestamp:
Aug 11, 2000, 4:26:06 AM (25 years ago)
Author:
bird
Message:

C wrapper for classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/ldr.h

    r3834 r3987  
    1 /* $Id: ldr.h,v 1.5.4.1 2000-07-16 22:43:29 bird Exp $
     1/* $Id: ldr.h,v 1.5.4.2 2000-08-11 02:26:06 bird Exp $
    22 *
    33 * ldr - Our loader "subsystem" public header file.
     
    148148 * Declare the module classes used below in case they aren't declared yet.
    149149 */
     150#ifdef __cplusplus
    150151class ModuleBase;
    151152class Pe2Lx;
    152153class Elf2Lx;
     154#else
     155typedef char ModuleBase;
     156typedef char Pe2Lx;
     157typedef char Elf2Lx;
     158#endif
    153159
    154160
Note: See TracChangeset for help on using the changeset viewer.