Changeset 6235 for trunk/changelog
- Timestamp:
- Jul 8, 2001, 5:43:44 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6209 r6235 1 /* $Id: changelog,v 1.1573 2001-07-07 19:11:16 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1574 2001-07-08 03:43:44 bird Exp $ */ 2 3 2001-07-08: knut st. osmundsen <kosmunds@csc.com>: 4 - KERNEL32: o Added call in initterm to tell win32k where the Odin32 5 environment block is. (Its in Open32, and I don't think 6 it is reallocated.) 7 o Added early initiation of Win32k loaded EXE. This corrected 8 problems with GetModuleHandleA returing -1 to MSVCRT. 9 - WIN32K: o Fixed environment block problem. The environment variables is 10 not updated in the original env.block. So, win32k needs to 11 be told where to find the Odin32 environment block to correctly 12 find dlls using the PATH. 13 o Corrected crosspage fixup bug. 14 o Set no internal fixups flag in LX header for most executables 15 in an attempt to convice OS/2 to load them where they wanna be 16 loaded (usually 0x00400000). 2 17 3 18 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl> … … 18 33 o implemented WSAEnumNetworkEvents (not correct) 19 34 20 2001-07-0 3: knut st. osmundsen <kosmunds@csc.com>:35 2001-07-07: knut st. osmundsen <kosmunds@csc.com>: 21 36 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback 22 37 to fix SYS2048 during RealPlayer install.
Note:
See TracChangeset
for help on using the changeset viewer.