| 1 | /* $Id: changelog,v 1.1305 2001-03-14 15:55:24 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
|
|---|
| 4 | - DPLAYX: o Sync with latest WINE stuff
|
|---|
| 5 | - include\win\dplay.h o Syncd with WINE
|
|---|
| 6 | - include\win\dplobby.h o Syncd with WINE
|
|---|
| 7 |
|
|---|
| 8 | 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
|
|---|
| 9 | - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
|
|---|
| 10 | (fixes background in CDRLabel)
|
|---|
| 11 |
|
|---|
| 12 | 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 13 | - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
|
|---|
| 14 | - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
|
|---|
| 15 | o Dll entrypoint changes for Watcom
|
|---|
| 16 | - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
|
|---|
| 17 | passes invalid window handle to BeginPaint.
|
|---|
| 18 | (verified in NT4, SP6)
|
|---|
| 19 |
|
|---|
| 20 | 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 21 | - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
|
|---|
| 22 | (reported by Ahti Heinla)
|
|---|
| 23 | - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
|
|---|
| 24 | (verified in NT4, SP6)
|
|---|
| 25 | - DDRAW/DSOUND:
|
|---|
| 26 | o Removed #ifdef IBMCPP statements (moved into initdll.h).
|
|---|
| 27 |
|
|---|
| 28 | 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 29 | - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
|
|---|
| 30 | o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
|
|---|
| 31 | (and any future loaders).
|
|---|
| 32 | Pe2Lx.exe is now named Xx2Lx.exe!
|
|---|
| 33 | o Makefile fixes.
|
|---|
| 34 | o Elf2Lx compiles (non-working dummy).
|
|---|
| 35 | o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
|
|---|
| 36 |
|
|---|
| 37 | - Configure.cmd:
|
|---|
| 38 | o Changed to configure Win32k as well. Re-run Configure.cmd!!!
|
|---|
| 39 |
|
|---|
| 40 | 2001-03-09: Michal Necasek <michalnec@volny.cz>
|
|---|
| 41 | - DDRAW: o Watcomized (not complete) and cleaned up a bit.
|
|---|
| 42 | Also synced DDRAW\NEW with the main directory.
|
|---|
| 43 | - DSOUND: o Implemented DuplicateSoundBuffer (finally!). That
|
|---|
| 44 | fixed missing sound in The Corporate Machine.
|
|---|
| 45 |
|
|---|
| 46 | 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 47 | - Win32k: o Fixed trap in k32QuerySystemMemInfo when
|
|---|
| 48 | VIRTUALADDRESSLIMIT=512.
|
|---|
| 49 |
|
|---|
| 50 | 2000-03-06: Michal Necasek <michalnec@volny.cz>
|
|---|
| 51 | - include o More changes and fixes for Watcom
|
|---|
| 52 |
|
|---|
| 53 | 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 54 | - Win32k: o Fixed some 16-bit compiler problems.
|
|---|
| 55 | o Fixed 4.51 toolkit problems.
|
|---|
| 56 |
|
|---|