Changeset 1706
- Timestamp:
- Nov 11, 1999, 8:08:50 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
include/winimagepeldr.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1701 r1706 1 /* $Id: changelog,v 1.43 7 1999-11-11 13:14:46sandervl Exp $ */1 /* $Id: changelog,v 1.438 1999-11-11 19:08:27 sandervl Exp $ */ 2 2 3 3 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl> … … 9 9 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW 10 10 (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. 11 15 12 16 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:09sandervl Exp $ */1 /* $Id: winimagepeldr.h,v 1.4 1999-11-11 19:08:50 sandervl Exp $ */ 2 2 3 3 /* … … 96 96 void AddOrdExport(ULONG virtaddr, ULONG ordinal); 97 97 98 Section *pResSection;99 100 98 IMAGE_OPTIONAL_HEADER oh; 101 99 IMAGE_FILE_HEADER fh;
Note:
See TracChangeset
for help on using the changeset viewer.
