Ignore:
Timestamp:
Jul 23, 2002, 3:25:34 PM (23 years ago)
Author:
sandervl
Message:

Enhanced CreateWin32PeLdrExe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winexepeldr.h

    r4502 r8910  
    1 /* $Id: winexepeldr.h,v 1.5 2000-10-20 11:46:48 sandervl Exp $ */
     1/* $Id: winexepeldr.h,v 1.6 2002-07-23 13:25:34 sandervl Exp $ */
    22
    33/*
     
    1616#include <winimagepeldr.h>
    1717
    18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, BOOL, BOOL);
     18typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, ULONG, BOOL, BOOL);
    1919
    2020//Class for executables run by the ring 3 PE loader
Note: See TracChangeset for help on using the changeset viewer.