Changeset 1130 for trunk/changelog
- Timestamp:
- Oct 4, 1999, 10:51:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1128 r1130 1 /* $Id: changelog,v 1.26 8 1999-10-04 19:11:04 sandervl Exp $ */1 /* $Id: changelog,v 1.269 1999-10-04 20:51:34 sandervl Exp $ */ 2 2 3 3 99-10-04: Patrick Haller <phaller@gmx.net> … … 13 13 - USER32: Deleted dialog.cpp 14 14 Set last error to 0 if dialog creation succeeds. 15 Added flag to distinguish between messages sent by PM and 16 those sent by apps 17 Handle WM_SETTEXT messages passed to default window handler 18 (only if not sent by PM) 19 - VERSION: Fix for string compares in VersionInfo32_FindChild (has 20 to be a lstrcmpniW) 15 21 - SHELL32: Removed nameid.h include in she.cpp & sh.cpp. Fixed makefile 16 22 addition for export library (extra ".." for tool path) … … 20 26 Fixed module name lookup for win32 images executed by the PE 21 27 loader. (can't use OSLibQueryModuleHandle for those) 28 Added lstrcmpniW function 29 Set full path for LX images 30 Support for retrieving the first resource of a certain type 31 (version ids no longer hardcoded as id 1; just get the first one 32 present) 22 33 23 34 99-10-04: Jens Wiessner <wiessnej@rfi.de>
Note:
See TracChangeset
for help on using the changeset viewer.