Ignore:
Timestamp:
Oct 6, 2000, 1:04:02 PM (25 years ago)
Author:
sandervl
Message:

console, pe loader + FormatMessage fixes

File:
1 edited

Legend:

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

    r3375 r4440  
    1 /* $Id: winexepeldr.h,v 1.2 2000-04-14 22:35:28 sandervl Exp $ */
     1/* $Id: winexepeldr.h,v 1.3 2000-10-06 11:04:02 sandervl Exp $ */
    22
    33/*
     
    1616#include <winimagepeldr.h>
    1717
    18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, ULONG);
     18typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, ULONG, BOOL);
    1919
    2020//Class for executables run by the ring 3 PE loader
     
    2222{
    2323public:
    24         Win32PeLdrExe(char *szFileName);
     24        Win32PeLdrExe(char *szFileName, BOOL fConsoleApp);
    2525virtual ~Win32PeLdrExe();
    2626
Note: See TracChangeset for help on using the changeset viewer.