Changeset 3987 for branches/GRACE/src
- Timestamp:
 - Aug 11, 2000, 4:26:06 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/GRACE/src/win32k/include/ldr.h (modified) (2 diffs)
 
 
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:29bird Exp $1 /* $Id: ldr.h,v 1.5.4.2 2000-08-11 02:26:06 bird Exp $ 2 2 * 3 3 * ldr - Our loader "subsystem" public header file. … … 148 148 * Declare the module classes used below in case they aren't declared yet. 149 149 */ 150 #ifdef __cplusplus 150 151 class ModuleBase; 151 152 class Pe2Lx; 152 153 class Elf2Lx; 154 #else 155 typedef char ModuleBase; 156 typedef char Pe2Lx; 157 typedef char Elf2Lx; 158 #endif 153 159 154 160  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  