| Last change
 on this file since 162 was             96, checked in by phaller, 26 years ago | 
        
          | 
Add: added cvs variable $Id$ to source files.
 | 
        
          | File size:
            738 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: pe.h,v 1.3 1999-06-10 16:56:36 phaller Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* | 
|---|
| 4 | * | 
|---|
| 5 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 6 | * | 
|---|
| 7 | */ | 
|---|
| 8 | /* | 
|---|
| 9 | * PELDR main exe loader header file | 
|---|
| 10 | * | 
|---|
| 11 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) | 
|---|
| 12 | * | 
|---|
| 13 | */ | 
|---|
| 14 | #ifndef __PE_H__ | 
|---|
| 15 | #define __PE_H__ | 
|---|
| 16 |  | 
|---|
| 17 | extern char szErrorTitle[]; | 
|---|
| 18 | extern char szMemErrorMsg[]; | 
|---|
| 19 | extern char szFileErrorMsg[]; | 
|---|
| 20 | extern char szPEErrorMsg[]; | 
|---|
| 21 | extern char szCPUErrorMsg[]; | 
|---|
| 22 | extern char szExeErrorMsg[]; | 
|---|
| 23 | extern char szInteralErrorMsg[]; | 
|---|
| 24 |  | 
|---|
| 25 | #define DWORD  ULONG | 
|---|
| 26 | #define LPVOID VOID * | 
|---|
| 27 | #define WORD   USHORT | 
|---|
| 28 | #define UNALIGNED | 
|---|
| 29 | #define PDWORD DWORD * | 
|---|
| 30 | #define PWORD  WORD * | 
|---|
| 31 | #define NTAPI | 
|---|
| 32 | #define BOOLEAN ULONG | 
|---|
| 33 | #define WCHAR   USHORT | 
|---|
| 34 | #define HANDLE  ULONG | 
|---|
| 35 |  | 
|---|
| 36 | #define WIN32API __stdcall | 
|---|
| 37 |  | 
|---|
| 38 | #endif // NOIMAGE | 
|---|
| 39 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.