Ignore:
Timestamp:
Oct 6, 2000, 5:16:07 PM (25 years ago)
Author:
sandervl
Message:

changes for setting current dir of new process

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:02 sandervl Exp $ */
     1/* $Id: winexepeldr.h,v 1.4 2000-10-06 15:16:04 sandervl Exp $ */
    22
    33/*
     
    1616#include <winimagepeldr.h>
    1717
    18 typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, ULONG, BOOL);
     18typedef BOOL (* WIN32API WIN32CTOR)(char *, char *, char *, ULONG, BOOL);
    1919
    2020//Class for executables run by the ring 3 PE loader
Note: See TracChangeset for help on using the changeset viewer.