Ignore:
Timestamp:
Oct 14, 1999, 11:58:10 AM (26 years ago)
Author:
sandervl
Message:

Console fixes

File:
1 edited

Legend:

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

    r1280 r1284  
    1 /* $Id: winimagepeldr.cpp,v 1.6 1999-10-14 09:21:42 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.7 1999-10-14 09:57:35 sandervl Exp $ */
    22
    33/*
     
    168168  fout << "SizeOfHeapCommit  : " << oh.SizeOfHeapCommit << endl;
    169169  fout << "FileAlignment     : " << oh.FileAlignment << endl;
     170  fout << "Subsystem         : " << oh.Subsystem << endl;
    170171
    171172  nSections = NR_SECTIONS(win32file);
Note: See TracChangeset for help on using the changeset viewer.