wine
15 years agousp10/tests: Fix some test failures on Vista and W2K8 (ScriptPlace).
Paul Vriens [Fri, 10 Apr 2009 07:51:32 +0000 (09:51 +0200)] 
usp10/tests: Fix some test failures on Vista and W2K8 (ScriptPlace).

15 years agousp10/tests: Fix some test failures on Vista and W2K8 (ScriptShape).
Paul Vriens [Fri, 10 Apr 2009 07:48:22 +0000 (09:48 +0200)] 
usp10/tests: Fix some test failures on Vista and W2K8 (ScriptShape).

15 years agocomctl32/updown: Allow ranges with max < min for Up/Down control.
Nikolay Sivov [Fri, 10 Apr 2009 08:52:27 +0000 (04:52 -0400)] 
comctl32/updown: Allow ranges with max < min for Up/Down control.

15 years agowine.inf: Register msctf classes.
Hans Leidekker [Fri, 10 Apr 2009 10:24:06 +0000 (12:24 +0200)] 
wine.inf: Register msctf classes.

15 years agomsi/tests: Fix test when content indexing is disabled.
Nicolas Le Cam [Thu, 9 Apr 2009 22:37:46 +0000 (00:37 +0200)] 
msi/tests: Fix test when content indexing is disabled.

15 years agowined3d: glsl: Enable load_np2fixup_constants.
Tobias Jakobi [Wed, 8 Apr 2009 23:43:02 +0000 (01:43 +0200)] 
wined3d: glsl: Enable load_np2fixup_constants.

15 years agowined3d: Add load_np2fixup_constants function to shader backend.
Tobias Jakobi [Wed, 8 Apr 2009 22:55:38 +0000 (00:55 +0200)] 
wined3d: Add load_np2fixup_constants function to shader backend.

15 years agontdll: Set the exception address to the program counter in RtlRaiseException.
Alexandre Julliard [Fri, 10 Apr 2009 11:17:12 +0000 (13:17 +0200)] 
ntdll: Set the exception address to the program counter in RtlRaiseException.

15 years agontdll: Move the RtlRaiseException implementation into the respective platform-specifi...
Alexandre Julliard [Fri, 10 Apr 2009 11:14:05 +0000 (13:14 +0200)] 
ntdll: Move the RtlRaiseException implementation into the respective platform-specific files.

15 years agontdll: Add a raise_status function and avoid exporting __regs_RtlRaiseException.
Alexandre Julliard [Fri, 10 Apr 2009 11:09:06 +0000 (13:09 +0200)] 
ntdll: Add a raise_status function and avoid exporting __regs_RtlRaiseException.

15 years agontdll: Update the context on send_debug_event for any successful status.
Alexandre Julliard [Fri, 10 Apr 2009 10:37:22 +0000 (12:37 +0200)] 
ntdll: Update the context on send_debug_event for any successful status.

15 years agouser32: Handle magic font size 0x7fff in dialog templates correctly.
Patrick Gauthier [Thu, 9 Apr 2009 12:56:18 +0000 (08:56 -0400)] 
user32: Handle magic font size 0x7fff in dialog templates correctly.

15 years agojscript: Added html comments tests.
Piotr Caban [Thu, 9 Apr 2009 21:34:56 +0000 (23:34 +0200)] 
jscript: Added html comments tests.

15 years agojscript: Added html comments handling.
Piotr Caban [Thu, 9 Apr 2009 21:34:26 +0000 (23:34 +0200)] 
jscript: Added html comments handling.

15 years agowined3d: Deal with reserved shader constants in the backend.
Stefan Dösinger [Sun, 22 Mar 2009 11:24:28 +0000 (12:24 +0100)] 
wined3d: Deal with reserved shader constants in the backend.

This moves the GLSL and ARB specific reserved constants out of directx.c into
the get_caps methods of the shader backends. That way the number of reserved
constants remains in the backend.

GL_LIMITS({v/p}shader_constantsF) now contains the real number of constants as
advertised by GL instead of some mixture of GL info and backend implementation
specifics. This makes it easier for backends to decide how many constants to
use.

15 years agousp10: Remove an unneeded check.
Paul Vriens [Thu, 9 Apr 2009 19:31:07 +0000 (21:31 +0200)] 
usp10: Remove an unneeded check.

15 years agowined3d: Fix the drawRectPatch vertex count.
Stefan Dösinger [Fri, 20 Mar 2009 18:16:52 +0000 (19:16 +0100)] 
wined3d: Fix the drawRectPatch vertex count.

DrawPrimitive now accepts the number of vertices, not the number of
primitives. This code was forgotten in the patch that changed this.
We're drawing triangles, so we are drawing num_primitives * 3 vertices.

15 years agowined3d: Save some memory in vertex buffers.
Stefan Dösinger [Thu, 9 Apr 2009 16:40:57 +0000 (18:40 +0200)] 
wined3d: Save some memory in vertex buffers.

In most cases we're fine with the vbo and glMapBuffer and never use the actual
heap memory copy. Try to stick to just the vbo copy and avoid allocating the
extra heap memory. In case it is needed(emulation or vertex conversion), fall
back to the old double buffering mode.

15 years agomsi/tests: Fix format test when run on root drive directory.
Nicolas Le Cam [Thu, 9 Apr 2009 22:46:03 +0000 (00:46 +0200)] 
msi/tests: Fix format test when run on root drive directory.

15 years agocomctl32/listview: State mask should be ignored on LVM_INSERTITEM.
Nikolay Sivov [Thu, 9 Apr 2009 21:23:01 +0000 (17:23 -0400)] 
comctl32/listview: State mask should be ignored on LVM_INSERTITEM.

15 years agowined3d: Split vshader_program_add_param() in shader_arb_add_src_param() and shader_a...
Henri Verbeet [Fri, 10 Apr 2009 07:15:07 +0000 (09:15 +0200)] 
wined3d: Split vshader_program_add_param() in shader_arb_add_src_param() and shader_arb_add_dst_param().

15 years agowined3d: Merge pshader_get_register_name() and part of vshader_program_add_param().
Henri Verbeet [Fri, 10 Apr 2009 07:15:07 +0000 (09:15 +0200)] 
wined3d: Merge pshader_get_register_name() and part of vshader_program_add_param().

15 years agowined3d: Explicitly pass the register type and index to pshader_get_register_name().
Henri Verbeet [Fri, 10 Apr 2009 07:15:06 +0000 (09:15 +0200)] 
wined3d: Explicitly pass the register type and index to pshader_get_register_name().

15 years agowined3d: Store the relative addressing mode in struct wined3d_shader_dst_param.
Henri Verbeet [Fri, 10 Apr 2009 07:15:06 +0000 (09:15 +0200)] 
wined3d: Store the relative addressing mode in struct wined3d_shader_dst_param.

15 years agowined3d: Store the destination shift in struct wined3d_shader_dst_param.
Henri Verbeet [Fri, 10 Apr 2009 07:15:06 +0000 (09:15 +0200)] 
wined3d: Store the destination shift in struct wined3d_shader_dst_param.

15 years agowinebuild: Don't include any Windows header to avoid data types dependencies.
Alexandre Julliard [Thu, 9 Apr 2009 18:58:43 +0000 (20:58 +0200)] 
winebuild: Don't include any Windows header to avoid data types dependencies.

15 years agowinebuild: Hardcode the stack frame offsets instead of using the data structures.
Alexandre Julliard [Thu, 9 Apr 2009 18:30:10 +0000 (20:30 +0200)] 
winebuild: Hardcode the stack frame offsets instead of using the data structures.

15 years agowinebuild: Hardcode the i386 register context offsets instead of using the data struc...
Alexandre Julliard [Thu, 9 Apr 2009 18:01:56 +0000 (20:01 +0200)] 
winebuild: Hardcode the i386 register context offsets instead of using the data structure.

15 years agoinclude: The magic HKEY_* handles should be sign-extended on 64-bit.
Alexandre Julliard [Thu, 9 Apr 2009 16:30:07 +0000 (18:30 +0200)] 
include: The magic HKEY_* handles should be sign-extended on 64-bit.

15 years agoadvapi32/tests: Added a test to verify result of LookupAccountSid.
Andreas.Rosenberg [Thu, 9 Apr 2009 09:26:51 +0000 (11:26 +0200)] 
advapi32/tests: Added a test to verify result of LookupAccountSid.

15 years agomciqtz32: Implement MCI_STATUS.
Christian Costa [Wed, 8 Apr 2009 21:22:50 +0000 (23:22 +0200)] 
mciqtz32: Implement MCI_STATUS.

15 years agod3d: Remove the format from index buffers.
Stefan Dösinger [Thu, 9 Apr 2009 08:50:31 +0000 (10:50 +0200)] 
d3d: Remove the format from index buffers.

15 years agowined3d: Remove the buffer fvf.
Stefan Dösinger [Mon, 6 Apr 2009 12:16:59 +0000 (14:16 +0200)] 
wined3d: Remove the buffer fvf.

15 years agod3d9: Store the FVF in the d3d9 vertex buffer.
Stefan Dösinger [Thu, 9 Apr 2009 08:48:42 +0000 (10:48 +0200)] 
d3d9: Store the FVF in the d3d9 vertex buffer.

15 years agod3d8: Store the fvf in the d3d8 vertex buffer.
Stefan Dösinger [Mon, 6 Apr 2009 12:10:29 +0000 (14:10 +0200)] 
d3d8: Store the fvf in the d3d8 vertex buffer.

15 years agoddraw: Store the fvf in the ddraw buffer.
Stefan Dösinger [Mon, 6 Apr 2009 12:09:54 +0000 (14:09 +0200)] 
ddraw: Store the fvf in the ddraw buffer.

WineD3D buffer FVFs will go away soon.

15 years agosecur32/tests: Document some crashes on Windows.
Paul Vriens [Thu, 9 Apr 2009 12:44:23 +0000 (14:44 +0200)] 
secur32/tests: Document some crashes on Windows.

15 years agontdll: Remove pthread_data from the ntdll_thread_data structure. Document the offsets...
Alexandre Julliard [Thu, 9 Apr 2009 12:41:12 +0000 (14:41 +0200)] 
ntdll: Remove pthread_data from the ntdll_thread_data structure. Document the offsets for 64-bit.

15 years agoinclude: Update and document the TEB/PEB offsets on 64-bit.
Alexandre Julliard [Thu, 9 Apr 2009 12:29:30 +0000 (14:29 +0200)] 
include: Update and document the TEB/PEB offsets on 64-bit.

15 years agoshell32/tests: Fix ITEMIDLIST format test on Win2k and below.
Nicolas Le Cam [Wed, 8 Apr 2009 23:30:31 +0000 (01:30 +0200)] 
shell32/tests: Fix ITEMIDLIST format test on Win2k and below.

On Win2k SHITEMID only contains FileStructA.
This structure isn't padded like it is on WinXP and contains a
supplementary CHAR* member at its end which contains the 8.3 filename if
needed.

15 years agoshell32/tests: Skip FolderShortcut test on Win2k.
Nicolas Le Cam [Wed, 8 Apr 2009 22:01:12 +0000 (00:01 +0200)] 
shell32/tests: Skip FolderShortcut test on Win2k.

Skip this test as it doesn't work on Win2k.
CoCreateInstance is successful but IPersistPropertyBag_Load call fails.

15 years agoshell32/tests: Fix PropertyBag test on Win2k.
Nicolas Le Cam [Tue, 7 Apr 2009 17:16:46 +0000 (19:16 +0200)] 
shell32/tests: Fix PropertyBag test on Win2k.

15 years agoshell32/tests: Skip interactive part of SetNameOf test on Win2k.
Nicolas Le Cam [Tue, 7 Apr 2009 17:15:35 +0000 (19:15 +0200)] 
shell32/tests: Skip interactive part of SetNameOf test on Win2k.

Passing an absolute path to SetNameOf on Win2k display an error
message box about invalid characters in filename, forcing interaction
during test.

15 years agoshell32/tests: Completly fix GetAttributesOf test when launched from drive root dir.
Nicolas Le Cam [Tue, 7 Apr 2009 17:14:07 +0000 (19:14 +0200)] 
shell32/tests: Completly fix GetAttributesOf test when launched from drive root dir.

15 years agowined3d: Get rid of a redundant strcat in shader_glsl_get_register_name().
Henri Verbeet [Thu, 9 Apr 2009 07:58:29 +0000 (09:58 +0200)] 
wined3d: Get rid of a redundant strcat in shader_glsl_get_register_name().

15 years agowined3d: Explicitly pass parameter properties to shader_glsl_get_register_name().
Henri Verbeet [Thu, 9 Apr 2009 07:58:28 +0000 (09:58 +0200)] 
wined3d: Explicitly pass parameter properties to shader_glsl_get_register_name().

15 years agowined3d: Pass a struct wined3d_shader_dst_param to shader_glsl_get_write_mask().
Henri Verbeet [Thu, 9 Apr 2009 07:58:28 +0000 (09:58 +0200)] 
wined3d: Pass a struct wined3d_shader_dst_param to shader_glsl_get_write_mask().

15 years agowined3d: Add a separate function for converting write masks to strings.
Henri Verbeet [Thu, 9 Apr 2009 07:58:28 +0000 (09:58 +0200)] 
wined3d: Add a separate function for converting write masks to strings.

15 years agowined3d: Only update the swizzle and use map for streams that are actually used in...
Henri Verbeet [Thu, 9 Apr 2009 07:58:27 +0000 (09:58 +0200)] 
wined3d: Only update the swizzle and use map for streams that are actually used in device_stream_info_from_strided().

This fixes a regression introduced by d7c7c768507a923902e9178f98343e22e4e22652
and exposed by ef2d70418383f03c6bf701caeb67129acc6d2453. Unfortunately having
EXT_vertex_array_bgra support masks the problem, which is why the regression
tests didn't catch it.

15 years agowin87em: Always return that a 8087 coprocessor is present.
Rein Klazes [Thu, 9 Apr 2009 05:09:18 +0000 (07:09 +0200)] 
win87em: Always return that a 8087 coprocessor is present.

15 years agourlmon/tests: Allow BINDSTATUS_COOKIE_SENT in a test.
Detlef Riekenberg [Wed, 8 Apr 2009 20:17:29 +0000 (22:17 +0200)] 
urlmon/tests: Allow BINDSTATUS_COOKIE_SENT in a test.

15 years agowinmm/tests: Fix a test on win98.
Detlef Riekenberg [Wed, 8 Apr 2009 20:15:17 +0000 (22:15 +0200)] 
winmm/tests: Fix a test on win98.

15 years agowintrust/tests: Do not test GetLastError on success.
Detlef Riekenberg [Wed, 8 Apr 2009 18:01:34 +0000 (20:01 +0200)] 
wintrust/tests: Do not test GetLastError on success.

15 years agowintrust/tests: Fix some tests on win9x.
Detlef Riekenberg [Wed, 8 Apr 2009 17:53:59 +0000 (19:53 +0200)] 
wintrust/tests: Fix some tests on win9x.

15 years agocomctl32/tab: Simplify hottracked button painting.
Nikolay Sivov [Wed, 8 Apr 2009 15:39:08 +0000 (11:39 -0400)] 
comctl32/tab: Simplify hottracked button painting.

15 years agowinedbg: Add context dumping for x86_64.
Alexandre Julliard [Wed, 8 Apr 2009 18:40:35 +0000 (20:40 +0200)] 
winedbg: Add context dumping for x86_64.

15 years agontdll: Set the proper context flags in the signal handlers for x86_64.
Alexandre Julliard [Wed, 8 Apr 2009 18:40:29 +0000 (20:40 +0200)] 
ntdll: Set the proper context flags in the signal handlers for x86_64.

15 years agoserver: Define a generic context structure instead of using the platform-specific...
Alexandre Julliard [Wed, 8 Apr 2009 17:38:02 +0000 (19:38 +0200)] 
server: Define a generic context structure instead of using the platform-specific version.

15 years agoserver: Make all dump function take a prefix string to simplify the tracing code.
Alexandre Julliard [Fri, 3 Apr 2009 16:02:21 +0000 (18:02 +0200)] 
server: Make all dump function take a prefix string to simplify the tracing code.

15 years agowininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.
Hans Leidekker [Wed, 8 Apr 2009 13:23:14 +0000 (15:23 +0200)] 
wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.

15 years agowininet: Support asynchronous HttpEndRequest.
Hans Leidekker [Wed, 8 Apr 2009 13:22:44 +0000 (15:22 +0200)] 
wininet: Support asynchronous HttpEndRequest.

15 years agowininet: Don't start reading when POST data hasn't been completely written.
Hans Leidekker [Wed, 8 Apr 2009 13:22:26 +0000 (15:22 +0200)] 
wininet: Don't start reading when POST data hasn't been completely written.

15 years agowininet: Send notifications from InternetWriteFile.
Hans Leidekker [Wed, 8 Apr 2009 13:22:05 +0000 (15:22 +0200)] 
wininet: Send notifications from InternetWriteFile.

15 years agowininet: Keep track of the number of bytes written.
Hans Leidekker [Wed, 8 Apr 2009 13:21:28 +0000 (15:21 +0200)] 
wininet: Keep track of the number of bytes written.

15 years agoole32/tests: Avoid size_t in traces.
Alexandre Julliard [Wed, 8 Apr 2009 14:09:34 +0000 (16:09 +0200)] 
ole32/tests: Avoid size_t in traces.

15 years agorpcrt4: Add a Win32 implementation of ncacn_ip_tcp transport.
Rob Shearman [Wed, 8 Apr 2009 11:55:38 +0000 (12:55 +0100)] 
rpcrt4: Add a Win32 implementation of ncacn_ip_tcp transport.

15 years agorpcrt4: Factor out non-Win32 compatible parts of the ncacn_ip_tcp client code to...
Rob Shearman [Wed, 8 Apr 2009 11:54:43 +0000 (12:54 +0100)] 
rpcrt4: Factor out non-Win32 compatible parts of the ncacn_ip_tcp client code to allow it to be compiled in.

15 years agofusion: Fix the 32/64 PE image format check on 64-bit platforms.
Alexandre Julliard [Wed, 8 Apr 2009 10:06:35 +0000 (12:06 +0200)] 
fusion: Fix the 32/64 PE image format check on 64-bit platforms.

15 years agofusion/tests: Always use the 32-bit magic in the 32-bit optional header structure.
Alexandre Julliard [Wed, 8 Apr 2009 10:06:07 +0000 (12:06 +0200)] 
fusion/tests: Always use the 32-bit magic in the 32-bit optional header structure.

15 years agofusion: Use the correct cache path on Win64.
Alexandre Julliard [Wed, 8 Apr 2009 09:50:33 +0000 (11:50 +0200)] 
fusion: Use the correct cache path on Win64.

15 years agowined3d: Eliminate a useless local variable.
Henri Verbeet [Wed, 8 Apr 2009 06:35:07 +0000 (08:35 +0200)] 
wined3d: Eliminate a useless local variable.

15 years agowined3d: Store usage and usage_idx in struct wined3d_shader_semantic.
Henri Verbeet [Wed, 8 Apr 2009 06:35:07 +0000 (08:35 +0200)] 
wined3d: Store usage and usage_idx in struct wined3d_shader_semantic.

Instead of the usage token.

15 years agowined3d: Properly check if input/output varyings are used.
Henri Verbeet [Wed, 8 Apr 2009 06:35:07 +0000 (08:35 +0200)] 
wined3d: Properly check if input/output varyings are used.

15 years agowined3d: Fix some more 3 space indentation.
Henri Verbeet [Wed, 8 Apr 2009 06:35:06 +0000 (08:35 +0200)] 
wined3d: Fix some more 3 space indentation.

15 years agowined3d: Store a struct wined3d_shader_dst_param in struct wined3d_shader_semantic.
Henri Verbeet [Wed, 8 Apr 2009 06:35:06 +0000 (08:35 +0200)] 
wined3d: Store a struct wined3d_shader_dst_param in struct wined3d_shader_semantic.

15 years agocomctl32/listview: Implement delayed header creation for ListView control.
Nikolay Sivov [Tue, 7 Apr 2009 16:15:21 +0000 (12:15 -0400)] 
comctl32/listview: Implement delayed header creation for ListView control.

15 years agouser32/tests: Avoid a few unneeded test failures in sysparams.c.
Rein Klazes [Tue, 7 Apr 2009 16:34:44 +0000 (18:34 +0200)] 
user32/tests: Avoid a few unneeded test failures in sysparams.c.

15 years agoPerform case-insensitive FOURCC comparison of built-in video codecs.
Jörg Höhle [Wed, 1 Apr 2009 19:06:52 +0000 (21:06 +0200)] 
Perform case-insensitive FOURCC comparison of built-in video codecs.

15 years agowined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.
Stefan Dösinger [Mon, 6 Apr 2009 14:46:12 +0000 (16:46 +0200)] 
wined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.

15 years agowined3d: Merge indexbuffer and buffer implementations.
Stefan Dösinger [Mon, 6 Apr 2009 11:38:56 +0000 (13:38 +0200)] 
wined3d: Merge indexbuffer and buffer implementations.

15 years agowined3d: Use Map and Unmap for index buffers.
Stefan Dösinger [Mon, 6 Apr 2009 11:29:27 +0000 (13:29 +0200)] 
wined3d: Use Map and Unmap for index buffers.

Just a change in name to prepare for the next patch

15 years agod3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUFFER_DESC.
Stefan Dösinger [Mon, 6 Apr 2009 11:28:02 +0000 (13:28 +0200)] 
d3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUFFER_DESC.

15 years agod3d8, d3d9: Don't rely on the wined3d buffer type.
Stefan Dösinger [Mon, 6 Apr 2009 14:44:00 +0000 (16:44 +0200)] 
d3d8, d3d9: Don't rely on the wined3d buffer type.

15 years agogdi32: Fix SetEnhMetaFileBits last error handling.
Alexandre Julliard [Tue, 7 Apr 2009 18:44:12 +0000 (20:44 +0200)] 
gdi32: Fix SetEnhMetaFileBits last error handling.

15 years agogdi32: Completely implement RestoreDC in the driver, having it call restore_dc_state...
Alexandre Julliard [Tue, 7 Apr 2009 18:41:41 +0000 (20:41 +0200)] 
gdi32: Completely implement RestoreDC in the driver, having it call restore_dc_state if necessary.

15 years agogdi32: Allow the visible region to be zero since this is the case for metafiles.
Alexandre Julliard [Tue, 7 Apr 2009 18:41:30 +0000 (20:41 +0200)] 
gdi32: Allow the visible region to be zero since this is the case for metafiles.

15 years agogdi32: Completely implement SaveDC in the driver, having it call save_dc_state if...
Alexandre Julliard [Tue, 7 Apr 2009 18:32:58 +0000 (20:32 +0200)] 
gdi32: Completely implement SaveDC in the driver, having it call save_dc_state if necessary.

15 years agogdi32: Move the whole DC restoring functionality into set_dc_state, and rename it...
Alexandre Julliard [Tue, 7 Apr 2009 18:28:08 +0000 (20:28 +0200)] 
gdi32: Move the whole DC restoring functionality into set_dc_state, and rename it to restore_dc_state.

15 years agogdi32: Move the whole DC saving functionality into get_dc_state, and rename it to...
Alexandre Julliard [Tue, 7 Apr 2009 18:18:58 +0000 (20:18 +0200)] 
gdi32: Move the whole DC saving functionality into get_dc_state, and rename it to save_dc_state.

15 years agogdi32: Remove Get/SetDCState16 implementation, it should not be used by apps.
Alexandre Julliard [Tue, 7 Apr 2009 18:13:45 +0000 (20:13 +0200)] 
gdi32: Remove Get/SetDCState16 implementation, it should not be used by apps.

15 years agogdi32: Move freeing of the DC path and regions into free_dc_ptr.
Alexandre Julliard [Tue, 7 Apr 2009 18:13:08 +0000 (20:13 +0200)] 
gdi32: Move freeing of the DC path and regions into free_dc_ptr.

15 years agoshell32/tests: Fix wrong comment and update test accordingly.
Nicolas Le Cam [Mon, 6 Apr 2009 17:56:45 +0000 (19:56 +0200)] 
shell32/tests: Fix wrong comment and update test accordingly.

15 years agoshell32/tests: Fix a test on WinNT and some Win95.
Nicolas Le Cam [Mon, 6 Apr 2009 17:27:06 +0000 (19:27 +0200)] 
shell32/tests: Fix a test on WinNT and some Win95.

15 years agogdi32/tests: Add some metafile tests. Fix typos.
Alexandre Julliard [Tue, 7 Apr 2009 13:20:13 +0000 (15:20 +0200)] 
gdi32/tests: Add some metafile tests. Fix typos.

15 years agourlmon/tests: Handle certificate verification error.
Ge van Geldorp [Tue, 7 Apr 2009 10:22:14 +0000 (12:22 +0200)] 
urlmon/tests: Handle certificate verification error.

15 years agoinclude: Remove mismatched closing bracket from ws2ipdef.h when compiling as C++.
Rob Shearman [Tue, 7 Apr 2009 11:30:05 +0000 (12:30 +0100)] 
include: Remove mismatched closing bracket from ws2ipdef.h when compiling as C++.

15 years agoinclude: Add declaration of sockaddr_storage to ws2def.h.
Rob Shearman [Tue, 7 Apr 2009 11:29:35 +0000 (12:29 +0100)] 
include: Add declaration of sockaddr_storage to ws2def.h.

Move other declarations that belong in ws2def.h from winsock2.h.

15 years agooleaut32: Fix the SAFEARRAY marshalling on 64-bit platforms.
Rob Shearman [Tue, 7 Apr 2009 11:27:49 +0000 (12:27 +0100)] 
oleaut32: Fix the SAFEARRAY marshalling on 64-bit platforms.

The pointers should be written as NDR 4-byte fields instead of a
platform-dependent size.

15 years agorpcrt4: Compile in RPC over HTTP support even if HAVE_SOCKETPAIR is not defined.
Rob Shearman [Tue, 7 Apr 2009 11:28:42 +0000 (12:28 +0100)] 
rpcrt4: Compile in RPC over HTTP support even if HAVE_SOCKETPAIR is not defined.

15 years agorpcrt4: Fix context handle test on Vista upwards.
Rob Shearman [Tue, 7 Apr 2009 11:27:13 +0000 (12:27 +0100)] 
rpcrt4: Fix context handle test on Vista upwards.

Don't run tests that results in an ERROR_INVALID_HANDLE exception being raised.

Check for the context handle function pointers being non-NULL to
prevent exceptions being raised on platforms without these functions.