- Feb 28, 2006
-
-
-
fix the errors.
-
-
-
-
-
-
-
Remove unneeded structures and functions from d3d8_private.h, clean some datatypes up and remove d3dcore_gl.h.
-
-
-
- Feb 27, 2006
-
-
All functions that manipulate strings should have an Ansi and a Unicode variant. Forward the unqualified dll entry points to the Ansi variant for backward compatibility. We're not allowed to use unqualified entry points in Wine, so change RegInstall() calls to RegInstallA(). Update win32.api.
-
- rewrite auto mode startup - move part of auto handling to tgt_active.c
-
- moves gdb command line handling to gdbproxy.c - using manifest constants to make code more readable
-
- move process attachment and process creation (related to command line handling) from winedbg.c to tgt_active.c - tidy up argument parsing
-
- made be_process_io references 'const' - make use of it for dbg_read_memory and dbg_write_memory
-
Move all code related to an 'active' target (ie a running process) from winedbg.c to tgt_active.c.
-
ClearCommError should only deal with *communication* errors (are being seen on the serial interface) rather than API errors (which can be reported to the caller by the API itself). I then removed all the stuff related to storing the error status in the server object.
-
-
-
There are no red/green/blue bitmasks with color depth==8bpp. In that case always match against the whole byte.
-
it adds a reference to the device that shouldn't be there.
-
Oliver Stieber).
-
Handle wildcard address family hint in getaddrinfo. Convert flags too in getnameinfo.
-
-
-
Test if the Desktop Folder's ParseDisplayName recognizes MyDocument's path. Removed some HRESULT tests on IUnknown_Release calls, which returns ULONG.
-
-
-
-
-
- Feb 24, 2006
-
-
-
-
-
-
-
Update win32.api.
-
Tweak the getnameinfo() prototype to better match the Windows PSDK and the GetNameInfoW() prototype. Update win32.api.
-
Add a missing sfc.dll prototype. Add an sfc.dll section to win32.api for winapi_check.
-
-