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/winexebase.cpp

    r4244 r4440  
    1 /* $Id: winexebase.cpp,v 1.11 2000-09-12 19:01:59 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.12 2000-10-06 11:04:01 sandervl Exp $ */
    22
    33/*
     
    115115  //Set default FPU control word (no exceptions); same as in NT
    116116  _control87(0x27F, 0xFFF);
     117#if 0
    117118  ULONG Size = 16, Attr;
    118119  rc = DosQueryMem((PVOID) (entryPoint), &Size, &Attr);
    119120  dprintf(("Start exe; Attr = %x, rc = %d", Attr, rc));
     121#else
     122  dprintf(("Start exe"));
     123#endif
    120124  rc = ((WIN32EXEENTRY)entryPoint)(NULL);
    121125  RestoreOS2TIB();
Note: See TracChangeset for help on using the changeset viewer.