Changeset 1706


Ignore:
Timestamp:
Nov 11, 1999, 8:08:50 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1701 r1706  
    1  /* $Id: changelog,v 1.437 1999-11-11 13:14:46 sandervl Exp $ */
     1 /* $Id: changelog,v 1.438 1999-11-11 19:08:27 sandervl Exp $ */
    22
    33 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
     
    99        - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
    1010                 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
     11        - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
     12                    build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
     13                    Fixes for GetVersionSize/Struct for images that aren't loaded.
     14                    Fixed heap corruption in GetEnvironmentVariableW.
    1115
    1216 99-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
  • trunk/include/winimagepeldr.h

    r1413 r1706  
    1 /* $Id: winimagepeldr.h,v 1.3 1999-10-23 12:36:09 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.4 1999-11-11 19:08:50 sandervl Exp $ */
    22
    33/*
     
    9696        void  AddOrdExport(ULONG virtaddr, ULONG ordinal);
    9797
    98         Section                  *pResSection;
    99 
    10098        IMAGE_OPTIONAL_HEADER oh;
    10199        IMAGE_FILE_HEADER     fh;
Note: See TracChangeset for help on using the changeset viewer.