Changeset 4502 for trunk/src/kernel32/winexepeldr.h
- Timestamp:
- Oct 20, 2000, 1:46:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepeldr.h
r4445 r4502 1 /* $Id: winexepeldr.h,v 1. 4 2000-10-06 15:16:04sandervl Exp $ */1 /* $Id: winexepeldr.h,v 1.5 2000-10-20 11:46:48 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #include <winimagepeldr.h> 17 17 18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, BOOL );18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, BOOL, BOOL); 19 19 20 20 //Class for executables run by the ring 3 PE loader
Note:
See TracChangeset
for help on using the changeset viewer.