Ignore:
Timestamp:
Nov 22, 1999, 9:36:53 PM (26 years ago)
Author:
sandervl
Message:

PE loader rewrite changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winimagebase.h

    r1136 r1812  
    1 /* $Id: winimagebase.h,v 1.3 1999-10-05 13:48:40 sandervl Exp $ */
     1/* $Id: winimagebase.h,v 1.4 1999-11-22 20:36:53 sandervl Exp $ */
    22
    33/*
     
    1515#include <peexe.h>
    1616
    17 #ifdef DEBUG
    1817#define MAGIC_WINIMAGE          0x11223344
    19 #endif
    2018
    2119#ifndef CCHMAXPATH
     
    125123typedef struct
    126124{
     125  ULONG           magic1;
    127126  Win32ImageBase *image;
    128   ULONG           magic;
     127  ULONG           magic2;
    129128} WINIMAGE_LOOKUP;
    130129
Note: See TracChangeset for help on using the changeset viewer.