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

    r9413 r9971  
    1 /* $Id: winimagelx.cpp,v 1.19 2002-11-18 14:03:56 sandervl Exp $ */
     1/* $Id: winimagelx.cpp,v 1.20 2003-04-02 11:03:33 sandervl Exp $ */
    22
    33/*
     
    202202    poh->MajorSubsystemVersion       = ODINNT_MAJOR_VERSION;
    203203    poh->MinorSubsystemVersion       = ODINNT_MINOR_VERSION;
    204     poh->Reserved1                   = 0;
     204    poh->Win32VersionValue           = 0;
    205205    poh->SizeOfImage                 = 0;
    206206    poh->SizeOfHeaders               = 1024;
Note: See TracChangeset for help on using the changeset viewer.