Ignore:
Timestamp:
Oct 20, 2000, 1:46:48 PM (25 years ago)
Author:
sandervl
Message:

basic support for VIO console command line apps added + FormatMessage addition

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:04 sandervl Exp $ */
     1/* $Id: winexepeldr.h,v 1.5 2000-10-20 11:46:48 sandervl Exp $ */
    22
    33/*
     
    1616#include <winimagepeldr.h>
    1717
    18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, BOOL);
     18typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, 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.