Changeset 4445 for trunk/src/kernel32/winexepeldr.h
- Timestamp:
- Oct 6, 2000, 5:16:07 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepeldr.h
r4440 r4445 1 /* $Id: winexepeldr.h,v 1. 3 2000-10-06 11:04:02sandervl Exp $ */1 /* $Id: winexepeldr.h,v 1.4 2000-10-06 15:16:04 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #include <winimagepeldr.h> 17 17 18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, ULONG, BOOL);18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, 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.