wine
15 years agontdll: Move the CPU-specific handling of current TEB to the respective signal files.
Alexandre Julliard [Wed, 18 Feb 2009 12:04:50 +0000 (13:04 +0100)] 
ntdll: Move the CPU-specific handling of current TEB to the respective signal files.

15 years agontdll: Determine the Unix tid for the server directly in ntdll.
Alexandre Julliard [Wed, 18 Feb 2009 11:30:01 +0000 (12:30 +0100)] 
ntdll: Determine the Unix tid for the server directly in ntdll.

15 years agogdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically.
Vincent Povirk [Tue, 17 Feb 2009 20:39:17 +0000 (14:39 -0600)] 
gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically.

GdipCreateBitmapFromHBITMAP currently assumes that all bitmaps are
top-down, even though a positive height (which it also assumes)
signals a bottom-up DIB. The net result is that
GdipCreateBitmapFromHBITMAP flips images vertically.

15 years agogdiplus: Handle negative stride in GdipCreateBitmapFromScan0.
Vincent Povirk [Tue, 17 Feb 2009 20:05:37 +0000 (14:05 -0600)] 
gdiplus: Handle negative stride in GdipCreateBitmapFromScan0.

15 years agokernel32: Fix an off-by-one error in build_envp().
Francois Gouget [Tue, 17 Feb 2009 17:56:22 +0000 (18:56 +0100)] 
kernel32: Fix an off-by-one error in build_envp().

We need to take into account the trailing NULL in envp.

15 years agowined3d: Make debug{fixup_channel_source,yuv_fixup}() static.
Francois Gouget [Tue, 17 Feb 2009 17:54:43 +0000 (18:54 +0100)] 
wined3d: Make debug{fixup_channel_source,yuv_fixup}() static.

15 years agowinetest: Annotate xmalloc() and xrealloc() with allocation size attribute.
Francois Gouget [Tue, 17 Feb 2009 17:51:43 +0000 (18:51 +0100)] 
winetest: Annotate xmalloc() and xrealloc() with allocation size attribute.

15 years agowintrust: Make WINTRUST_ReAlloc() static.
Francois Gouget [Tue, 17 Feb 2009 17:49:52 +0000 (18:49 +0100)] 
wintrust: Make WINTRUST_ReAlloc() static.

15 years agocrypt32: Merge two traces.
Francois Gouget [Tue, 17 Feb 2009 17:49:07 +0000 (18:49 +0100)] 
crypt32: Merge two traces.

15 years agooleaut32: Remove an errant semicolon.
Juan Lang [Tue, 17 Feb 2009 17:43:23 +0000 (09:43 -0800)] 
oleaut32: Remove an errant semicolon.

15 years agomsctf: Implement ITfInputProcessorProfiles::IsEnabledLanguageProfile.
Aric Stewart [Tue, 17 Feb 2009 16:25:44 +0000 (10:25 -0600)] 
msctf: Implement ITfInputProcessorProfiles::IsEnabledLanguageProfile.

15 years agomsctf: Implement ITfInputProcessorProfiles::EnableLanguageProfileByDefault.
Aric Stewart [Tue, 17 Feb 2009 16:25:36 +0000 (10:25 -0600)] 
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfileByDefault.

15 years agomsctf: Implement ITfInputProcessorProfiles::EnableLanguageProfile.
Aric Stewart [Tue, 17 Feb 2009 16:25:28 +0000 (10:25 -0600)] 
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfile.

15 years agomsacm32: Typo in Italian resource file.
Stefano Guidoni [Mon, 16 Feb 2009 19:22:23 +0000 (20:22 +0100)] 
msacm32: Typo in Italian resource file.

15 years agoinetcomm/tests: AddRef on the stream doesn't return the ref count on win95.
Huw Davies [Tue, 17 Feb 2009 15:43:09 +0000 (15:43 +0000)] 
inetcomm/tests: AddRef on the stream doesn't return the ref count on win95.

15 years agoinetcomm/tests: Object is a static singleton on win95.
Huw Davies [Tue, 17 Feb 2009 15:42:09 +0000 (15:42 +0000)] 
inetcomm/tests: Object is a static singleton on win95.

15 years agogdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph).
Huw Davies [Tue, 17 Feb 2009 11:52:55 +0000 (11:52 +0000)] 
gdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph).

15 years agogdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather...
Huw Davies [Tue, 17 Feb 2009 11:49:02 +0000 (11:49 +0000)] 
gdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather than 0xf0ff.

15 years agogdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont...
Huw Davies [Mon, 16 Feb 2009 23:22:55 +0000 (23:22 +0000)] 
gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time.

15 years agogdi32/tests: Win98 and WinMe actually do set error codes.
Huw Davies [Mon, 16 Feb 2009 22:37:25 +0000 (22:37 +0000)] 
gdi32/tests: Win98 and WinMe actually do set error codes.

15 years agogdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe.
Huw Davies [Mon, 16 Feb 2009 22:30:07 +0000 (22:30 +0000)] 
gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe.

15 years agoole32/tests: Don't hang forever in the child process.
Alexandre Julliard [Tue, 17 Feb 2009 13:58:11 +0000 (14:58 +0100)] 
ole32/tests: Don't hang forever in the child process.

15 years agouser32/tests: Skip message tests if queuing keyboard events doesn't work.
Alexandre Julliard [Tue, 17 Feb 2009 13:57:57 +0000 (14:57 +0100)] 
user32/tests: Skip message tests if queuing keyboard events doesn't work.

15 years agouser32/tests: Test for failure to change system parameters even if getting them succe...
Alexandre Julliard [Tue, 17 Feb 2009 13:57:23 +0000 (14:57 +0100)] 
user32/tests: Test for failure to change system parameters even if getting them succeeded.

15 years agomshtml: Implement IHTMLStyle get/put minHeight.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:29:58 +0000 (20:29 +1100)] 
mshtml: Implement IHTMLStyle get/put minHeight.

15 years agomshtml: Add VT_I4 support to set_nsstyle_attr_var.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:36:28 +0000 (20:36 +1100)] 
mshtml: Add VT_I4 support to set_nsstyle_attr_var.

15 years agoshell32: Default to the more modern location for the user profile directory.
Alexandre Julliard [Tue, 17 Feb 2009 12:50:07 +0000 (13:50 +0100)] 
shell32: Default to the more modern location for the user profile directory.

15 years agowintrust/tests: Fix typos in ok() strings.
Michael Stefaniuc [Tue, 17 Feb 2009 09:53:34 +0000 (10:53 +0100)] 
wintrust/tests: Fix typos in ok() strings.

15 years agowined3d: Pass the requested srgb flag to PreLoad.
Stefan Dösinger [Mon, 16 Feb 2009 23:25:51 +0000 (00:25 +0100)] 
wined3d: Pass the requested srgb flag to PreLoad.

Add a new wined3d-internal PreLoad function to textures and surfaces
that takes a parameter specifying wether the rgb or srgb texture
should be loaded.

15 years agowined3d: Add a debug function for surface locations.
Stefan Dösinger [Mon, 16 Feb 2009 22:30:36 +0000 (23:30 +0100)] 
wined3d: Add a debug function for surface locations.

15 years agowined3d: Duplicate GL textures for srgb switching.
Stefan Dösinger [Fri, 16 Jan 2009 15:22:09 +0000 (16:22 +0100)] 
wined3d: Duplicate GL textures for srgb switching.

This reduces the number of srgb switching reloads quite a lot. The only
situation in which a reload is needed is if the rgb copy is modified on the GL
side and the srgb copy is needed.

15 years agoole32: Round the extected size in the marshal and moniker tests using the results...
Rob Shearman [Tue, 17 Feb 2009 09:48:25 +0000 (09:48 +0000)] 
ole32: Round the extected size in the marshal and moniker tests using the results of sizing a global, not a heap pointer.

The rounding isn't the same on Win9x, and the size being compared to
is that of a global handle.

15 years agoinclude: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.
Rob Shearman [Tue, 17 Feb 2009 09:47:44 +0000 (09:47 +0000)] 
include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.

15 years agogdiplus: Fix a docheader typo, add some missed headers.
Nikolay Sivov [Tue, 17 Feb 2009 09:29:47 +0000 (12:29 +0300)] 
gdiplus: Fix a docheader typo, add some missed headers.

15 years agourlmon: Fix PutProperty_CLASSIDPROP check under win98 to w2k.
Alistair Leslie-Hughes [Tue, 17 Feb 2009 09:06:18 +0000 (20:06 +1100)] 
urlmon: Fix PutProperty_CLASSIDPROP check under win98 to w2k.

15 years agogdi32: SetAbortProc is not a 16bit function but a 32bit one.
Michael Stefaniuc [Mon, 16 Feb 2009 21:09:01 +0000 (22:09 +0100)] 
gdi32: SetAbortProc is not a 16bit function but a 32bit one.

15 years agohhctrl.ocx: Handle quoted filenames in doWinMain.
Dylan Smith [Mon, 16 Feb 2009 17:35:56 +0000 (12:35 -0500)] 
hhctrl.ocx: Handle quoted filenames in doWinMain.

15 years agorichedit: Removed unused ME_Document structure.
Dylan Smith [Mon, 16 Feb 2009 18:50:26 +0000 (13:50 -0500)] 
richedit: Removed unused ME_Document structure.

The ME_TextBuffer structure is what is used to store the document (as
a linked list), so the ME_Document structure isn't being used.  There
was also a document pointer in the ME_Paragraph structure that was
also unused, so I removed it because it is probably related to this
used structure.

15 years agod3drm: D3DRMQuaternionSlerp should be tested against returned Windows values.
David Adam [Mon, 16 Feb 2009 16:39:12 +0000 (17:39 +0100)] 
d3drm: D3DRMQuaternionSlerp should be tested against returned Windows values.

15 years agontdll/tests: Don't pass uninitialized object attributes to symlink functions.
Alexandre Julliard [Tue, 17 Feb 2009 11:46:44 +0000 (12:46 +0100)] 
ntdll/tests: Don't pass uninitialized object attributes to symlink functions.

15 years agomakefiles: Do not install progman, uninstaller and winebrowser in the bin directory.
Alexandre Julliard [Tue, 17 Feb 2009 11:46:08 +0000 (12:46 +0100)] 
makefiles: Do not install progman, uninstaller and winebrowser in the bin directory.

15 years agogdi32/tests: Only test the lowest byte of GdiRealizationInfo flags so that the test...
Huw Davies [Mon, 16 Feb 2009 14:07:29 +0000 (14:07 +0000)] 
gdi32/tests: Only test the lowest byte of GdiRealizationInfo flags so that the test passes on Vista.

15 years agowinecfg: Add Lithuanian translation.
Aurimas Fischer [Mon, 16 Feb 2009 13:31:22 +0000 (15:31 +0200)] 
winecfg: Add Lithuanian translation.

15 years agouser32: Make sure to not corrupt last error in the message spy.
Alexandre Julliard [Mon, 16 Feb 2009 14:02:32 +0000 (15:02 +0100)] 
user32: Make sure to not corrupt last error in the message spy.

15 years agogdiplus/tests: Use expectf macro for floating point tests.
Nikolay Sivov [Thu, 12 Feb 2009 01:29:09 +0000 (04:29 +0300)] 
gdiplus/tests: Use expectf macro for floating point tests.

15 years agogdiplus/tests: Some tests for Image raw format value.
Nikolay Sivov [Thu, 12 Feb 2009 01:17:55 +0000 (04:17 +0300)] 
gdiplus/tests: Some tests for Image raw format value.

15 years agomsctf: Add Enable key and User key for language profile.
Aric Stewart [Fri, 13 Feb 2009 14:41:13 +0000 (08:41 -0600)] 
msctf: Add Enable key and User key for language profile.

15 years agogdi32: Improve calculation of the character code text metrics.
Huw Davies [Mon, 16 Feb 2009 12:39:15 +0000 (12:39 +0000)] 
gdi32: Improve calculation of the character code text metrics.

15 years agocomctl32: Simplify eight TOOLBAR_ function invocations.
Gerald Pfeifer [Sat, 14 Feb 2009 22:38:31 +0000 (23:38 +0100)] 
comctl32: Simplify eight TOOLBAR_ function invocations.

15 years agocomctl32: Simplify fifteen tooltips function invocations.
Gerald Pfeifer [Fri, 13 Feb 2009 23:32:52 +0000 (00:32 +0100)] 
comctl32: Simplify fifteen tooltips function invocations.

15 years agocryptui: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 16 Feb 2009 01:12:27 +0000 (10:12 +0900)] 
cryptui: Updated Korean resource.

15 years agomshtml: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 16 Feb 2009 08:53:46 +0000 (09:53 +0100)] 
mshtml: Remove superfluous pointer casts.

15 years agorpcrt4: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 16 Feb 2009 08:54:10 +0000 (09:54 +0100)] 
rpcrt4: Remove superfluous pointer casts.

15 years agovwin32.vxd: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 16 Feb 2009 08:53:59 +0000 (09:53 +0100)] 
vwin32.vxd: Remove superfluous pointer casts.

15 years agovwin32.vxd: Remove unused macros.
Michael Stefaniuc [Mon, 16 Feb 2009 08:53:53 +0000 (09:53 +0100)] 
vwin32.vxd: Remove unused macros.

15 years agoadvapi32: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 16 Feb 2009 08:53:37 +0000 (09:53 +0100)] 
advapi32: Remove superfluous pointer casts.

15 years agospoolss: Implement EnumPorts.
Detlef Riekenberg [Sun, 15 Feb 2009 23:18:11 +0000 (00:18 +0100)] 
spoolss: Implement EnumPorts.

15 years agospoolss: Properly initialize the backends.
Detlef Riekenberg [Sun, 15 Feb 2009 23:13:22 +0000 (00:13 +0100)] 
spoolss: Properly initialize the backends.

15 years agocomctl32: Fix for owner draw statusbar.
Rein Klazes [Sun, 15 Feb 2009 13:27:55 +0000 (14:27 +0100)] 
comctl32: Fix for owner draw statusbar.

Ownerdraw status bar should update on receiveing a SB_SETTEXT message,
even if the 'text' parameter has not changed. Fix with conformance
test.

15 years agoole32: In PropVariantCopy() fix calculation size of array that contain pointers,...
Rein Klazes [Fri, 13 Feb 2009 09:58:14 +0000 (10:58 +0100)] 
ole32: In PropVariantCopy() fix calculation size of array that contain pointers, not characters.

15 years agod3dx8: Implement the spherical interpolation part for D3DXQuaternionSlerp.
David Adam [Sat, 14 Feb 2009 13:56:27 +0000 (14:56 +0100)] 
d3dx8: Implement the spherical interpolation part for D3DXQuaternionSlerp.

15 years agod3drm: Simplify some functions.
David Adam [Sat, 14 Feb 2009 13:45:35 +0000 (14:45 +0100)] 
d3drm: Simplify some functions.

15 years agod3drm: Allow output pointer to be equal to input pointer.
David Adam [Sat, 14 Feb 2009 13:35:42 +0000 (14:35 +0100)] 
d3drm: Allow output pointer to be equal to input pointer.

15 years agod3drm: Implement the spherical interpolation part of D3DRMQuaternionSlerp.
David Adam [Sat, 14 Feb 2009 12:56:00 +0000 (13:56 +0100)] 
d3drm: Implement the spherical interpolation part of D3DRMQuaternionSlerp.

15 years agod3drm: Remove unneeded includes.
David Adam [Sat, 14 Feb 2009 12:18:14 +0000 (13:18 +0100)] 
d3drm: Remove unneeded includes.

15 years agowrc: Print better error messages for functions that set errno.
Alexandre Julliard [Mon, 16 Feb 2009 12:08:50 +0000 (13:08 +0100)] 
wrc: Print better error messages for functions that set errno.

15 years agoconfigure: Don't set target flags if build and host are the same.
Alexandre Julliard [Mon, 16 Feb 2009 12:08:44 +0000 (13:08 +0100)] 
configure: Don't set target flags if build and host are the same.

15 years agoconfigure: Try to avoid warnings in checks to support configuring with -Werror.
Alexandre Julliard [Mon, 16 Feb 2009 11:46:58 +0000 (12:46 +0100)] 
configure: Try to avoid warnings in checks to support configuring with -Werror.

15 years agogdiplus: Implemented GdipIsVisiblePathPoint with tests.
Nikolay Sivov [Sat, 14 Feb 2009 13:38:34 +0000 (16:38 +0300)] 
gdiplus: Implemented GdipIsVisiblePathPoint with tests.

15 years agotwain_32: Replace realloc() and strdup().
Andrew Talbot [Sat, 14 Feb 2009 17:47:28 +0000 (17:47 +0000)] 
twain_32: Replace realloc() and strdup().

15 years agorsaenh: Replace malloc/realloc with HeapAlloc/HeapReAlloc.
Andrew Talbot [Sat, 14 Feb 2009 16:10:19 +0000 (16:10 +0000)] 
rsaenh: Replace malloc/realloc with HeapAlloc/HeapReAlloc.

15 years agowidl: Call Pointer function for freeing non-conformant strings and for all phases...
Rob Shearman [Sat, 14 Feb 2009 18:11:35 +0000 (18:11 +0000)] 
widl: Call Pointer function for freeing non-conformant strings and for all phases for returned non-conformant strings, as is done for conformant strings.

Also call Pointer functions for any string that isn't a reference pointer.

15 years agowidl: Only duplicate a type if absolutely necessary.
Rob Shearman [Sat, 14 Feb 2009 18:11:26 +0000 (18:11 +0000)] 
widl: Only duplicate a type if absolutely necessary.

Document how much of hack duplicating a type in order to change its
pointer type is.

15 years agowidl: Call Struct and Union phase functions for reference pointers to structures...
Rob Shearman [Sat, 14 Feb 2009 18:11:00 +0000 (18:11 +0000)] 
widl: Call Struct and Union phase functions for reference pointers to structures and unions.

It's slightly quicker than calling pointer phase functions and does
the same job.

15 years agowidl: Fix marshalling/unmarshalling of enum arguments.
Rob Shearman [Sat, 14 Feb 2009 18:10:53 +0000 (18:10 +0000)] 
widl: Fix marshalling/unmarshalling of enum arguments.

The generated code should use NdrSimpleType{Marshall,Unmarshall} instead
of direct buffer access, since the memory size isn't always equal to
the size on the wire and extra checks.

15 years agowininet: use debugstr_a in NETCON_getNextLine TRACE to avoid overflow on long lines.
Aric Stewart [Fri, 13 Feb 2009 20:32:28 +0000 (14:32 -0600)] 
wininet: use debugstr_a in NETCON_getNextLine TRACE to avoid overflow on long lines.

15 years agosane.ds: Implement NATIVEXFER/MSG_GET for RGB scans.
Jeremy White [Fri, 13 Feb 2009 19:14:58 +0000 (13:14 -0600)] 
sane.ds: Implement NATIVEXFER/MSG_GET for RGB scans.

15 years agosane.ds: Implement stub support for ICAP_PIXELFLAVOR.
Jeremy White [Fri, 13 Feb 2009 19:14:45 +0000 (13:14 -0600)] 
sane.ds: Implement stub support for ICAP_PIXELFLAVOR.

15 years agosane.ds: Get resolution from sane, instead of hard coding -1.
Jeremy White [Fri, 13 Feb 2009 19:14:30 +0000 (13:14 -0600)] 
sane.ds: Get resolution from sane, instead of hard coding -1.

15 years agowinmm/tests: Assume volume is not supported if waveGetOutVolume fails.
Alexandre Julliard [Mon, 16 Feb 2009 11:26:18 +0000 (12:26 +0100)] 
winmm/tests: Assume volume is not supported if waveGetOutVolume fails.

15 years agokernel32/tests: Add a few more error codes for GetDiskFreeSpace.
Alexandre Julliard [Mon, 16 Feb 2009 11:02:46 +0000 (12:02 +0100)] 
kernel32/tests: Add a few more error codes for GetDiskFreeSpace.

15 years agokernel32/tests: Fix the last remaining failure on NT4.
Alexandre Julliard [Mon, 16 Feb 2009 11:02:25 +0000 (12:02 +0100)] 
kernel32/tests: Fix the last remaining failure on NT4.

15 years agosecur32: Properly initialize the helper structure when fork support is missing.
Alexandre Julliard [Mon, 16 Feb 2009 10:53:22 +0000 (11:53 +0100)] 
secur32: Properly initialize the helper structure when fork support is missing.

15 years agouser32/tests: Fix some checks of the key value in accelerators.
Alexandre Julliard [Mon, 16 Feb 2009 10:53:06 +0000 (11:53 +0100)] 
user32/tests: Fix some checks of the key value in accelerators.

15 years agouser32/tests: Skip some tests if SetForegroundWindow doesn't behave correctly.
Alexandre Julliard [Mon, 16 Feb 2009 10:52:38 +0000 (11:52 +0100)] 
user32/tests: Skip some tests if SetForegroundWindow doesn't behave correctly.

15 years agouser32/tests: Add a couple of optional message, mark as todo a test that now fails...
Alexandre Julliard [Mon, 16 Feb 2009 10:52:17 +0000 (11:52 +0100)] 
user32/tests: Add a couple of optional message, mark as todo a test that now fails consistently on Wine.

15 years agouser32/tests: Another fix for lack of color cursor support.
Alexandre Julliard [Mon, 16 Feb 2009 10:51:44 +0000 (11:51 +0100)] 
user32/tests: Another fix for lack of color cursor support.

15 years agourlmon: Correctly test to see if PutProperty_CLASSIDPROP is called.
Alistair Leslie-Hughes [Fri, 6 Feb 2009 09:03:47 +0000 (20:03 +1100)] 
urlmon: Correctly test to see if PutProperty_CLASSIDPROP is called.

15 years agowineps.drv: Add Lithuanian translation.
Aurimas Fischer [Sun, 15 Feb 2009 19:59:38 +0000 (21:59 +0200)] 
wineps.drv: Add Lithuanian translation.

15 years agocomdlg32: Add Lithuanian translation.
Aurimas Fischer [Thu, 5 Feb 2009 22:30:45 +0000 (00:30 +0200)] 
comdlg32: Add Lithuanian translation.

15 years agoodbccp32: Fix a couple failing tests, and log more information about remaining failures.
Juan Lang [Fri, 13 Feb 2009 17:53:50 +0000 (09:53 -0800)] 
odbccp32: Fix a couple failing tests, and log more information about remaining failures.

15 years agoadvapi32: Fix failing tests on a number of systems.
Juan Lang [Fri, 13 Feb 2009 17:27:04 +0000 (09:27 -0800)] 
advapi32: Fix failing tests on a number of systems.

15 years agowintrust: Fix a few failing tests.
Juan Lang [Fri, 13 Feb 2009 17:45:26 +0000 (09:45 -0800)] 
wintrust: Fix a few failing tests.

15 years agosnmpapi: Relax tests to fix some failures.
Juan Lang [Fri, 13 Feb 2009 17:38:29 +0000 (09:38 -0800)] 
snmpapi: Relax tests to fix some failures.

The tests were overly restrictive.  The functions are supposed to
return values less than 0, 0, or greater than 0, whereas the tests
restricted the return values to -1, 0, or 1.  Using less than
0/greater than 0 comparisons rather than == -1 or == 1 should fix a
few failing tests, and match the API descriptions better.

15 years agocrypt32: Fix a typo.
Juan Lang [Fri, 13 Feb 2009 17:34:33 +0000 (09:34 -0800)] 
crypt32: Fix a typo.

15 years agogdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overr...
Aric Stewart [Fri, 13 Feb 2009 16:15:59 +0000 (10:15 -0600)] 
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.

15 years agontdll: Don't fail in NtMapViewOfSection for 4Gb+ files if an explicit size is specified.
Alexandre Julliard [Mon, 16 Feb 2009 10:47:32 +0000 (11:47 +0100)] 
ntdll: Don't fail in NtMapViewOfSection for 4Gb+ files if an explicit size is specified.

15 years agontdll: Improve debugging helper for object attributes structure.
Alexandre Julliard [Mon, 16 Feb 2009 10:46:44 +0000 (11:46 +0100)] 
ntdll: Improve debugging helper for object attributes structure.

15 years agontdll: Avoid null dereference in the NtCreateSymbolicLinkObject trace.
Alexandre Julliard [Mon, 16 Feb 2009 10:41:09 +0000 (11:41 +0100)] 
ntdll: Avoid null dereference in the NtCreateSymbolicLinkObject trace.

15 years agoRelease 1.1.15. wine-1.1.15
Alexandre Julliard [Fri, 13 Feb 2009 17:01:33 +0000 (18:01 +0100)] 
Release 1.1.15.