Changeset 131 for trunk/src/peldr/pe.cpp


Ignore:
Timestamp:
Jun 20, 1999, 4:02:13 PM (26 years ago)
Author:
sandervl
Message:

Comctl32 crash on exit fix + user32 bugfix for winhlp32 changed to be similar to Wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/pe.cpp

    r120 r131  
    1 /* $Id: pe.cpp,v 1.3 1999-06-19 10:54:46 sandervl Exp $ */
     1/* $Id: pe.cpp,v 1.4 1999-06-20 14:02:13 sandervl Exp $ */
    22
    33/*
     
    2323#include <string.h>
    2424#include <assert.h>
    25 #include "win32type.h"
    26 #include "misc.h"
    27 #include "winexe.h"
    28 #include "windll.h"
     25#include <win32type.h>
     26#include <misc.h>
     27#include <winexe.h>
     28#include <windll.h>
     29#include <wprocess.h>
    2930
    3031char INFO_BANNER[]      = "Usage: PE winexe commandline";
     
    103104  }
    104105  WinExe->start();
     106
    105107  delete WinExe;
    106108
Note: See TracChangeset for help on using the changeset viewer.