Ignore:
Timestamp:
Apr 2, 2003, 1:03:33 PM (22 years ago)
Author:
sandervl
Message:

PF: Corrected HFILE definition as it is in Wine and in Win2k

File:
1 edited

Legend:

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

    r8887 r9971  
    1 /* $Id: winexedummy.cpp,v 1.3 2002-07-18 12:01:33 achimha Exp $ */
     1/* $Id: winexedummy.cpp,v 1.4 2003-04-02 11:03:32 sandervl Exp $ */
    22
    33/*
     
    138138    poh->MajorSubsystemVersion       = ODINNT_MAJOR_VERSION;
    139139    poh->MinorSubsystemVersion       = ODINNT_MINOR_VERSION;
    140     poh->Reserved1                   = 0;
     140    poh->Win32VersionValue           = 0;
    141141    poh->SizeOfImage                 = 0;
    142142    poh->SizeOfHeaders               = 1024;
Note: See TracChangeset for help on using the changeset viewer.