Ignore:
Timestamp:
Oct 5, 2000, 8:36:49 PM (25 years ago)
Author:
sandervl
Message:

MN: exception fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windlllx.cpp

    r4407 r4433  
    1 /* $Id: windlllx.cpp,v 1.15 2000-10-03 17:28:31 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.16 2000-10-05 18:36:49 sandervl Exp $ */
    22
    33/*
     
    172172  hinstance = (HINSTANCE)buildHeader(MajorImageVersion, MinorImageVersion,
    173173                                     Subsystem);
     174  dprintf(("Fake PE header %x for dll %s", hinstance, getModuleName()));
    174175}
    175176//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.