- Don't change DC origin in NtGdiOffsetViewportOrgEx
- Update transformation matrix in NtGdiSetViewportExtEx,
NtGdiSetWindowExtEx, NtGdiSetWindowOrgEx, NtGdiOffsetWindowOrgEx
- When creating new DC initialize the Viewport/Window extensions.
- Transform logical coordinates to device ones in NtGdiExtTextOut
and NtGdiLineTo.
svn path=/trunk/; revision=9703
this function never checks the validity of the input string and only returns
an error when the Base argument is set incorrectly.
This fixes the bug while booting vmware with the pcnet card on.
svn path=/trunk/; revision=9694
Robert Reif <[email protected]>
- Added some trace and debug printing.
- Fixed a problem were a trace accesses a data member that may be
outside of the actual data structure passed in.
- Added some more debug traces.
- Don't try to map the mapper device.
Mike McCormack <[email protected]>
- Fix PlaySound.
Eric Pouech <[email protected]>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Uwe Bonnes <[email protected]>
- Fixed missing inversion in bit manipulation.
Ivan Leo Puoti <[email protected]>
- Changed my name, so update copyright info.
svn path=/trunk/; revision=9686
Robert Reif <[email protected]>
- Added tracing to all functions.
- Added error explanations.
- Changed debug channel from msacm to wavemap so not confused with
msacm.
- Handle case where partial structure update requested.
- Minor white space cleanup.
- Returns proper error code when trying to get caps when no devices
present.
- Fixed a bug where wrong a return value was returned when mapping is
not possible.
svn path=/trunk/; revision=9685
Hans Leidekker <[email protected]>
- Link to ntdll.
Raphael Junqueira <[email protected]>
- Stub for SHFlushSFCacheWrap.
Eric Pouech <[email protected]>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Stefan Leichter <[email protected]>
- Moved stub of StopWatch from ascii to unicode.
svn path=/trunk/; revision=9684
Robert Shearman <[email protected]>
- Fix ref count on standard proxy creation.
- Release channel buffer in StdMarshal_UnmarshalInterface, since we no
longer use it and the proxy should have taken a reference on it.
- Add a few comments.
Eric Pouech <[email protected]>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Patrik Stridvall <[email protected]>
- Fixed some issues found by winapi_check.
svn path=/trunk/; revision=9683