wine
16 years agoserver: Store I/O completion information in async structure.
Andrey Turkin [Mon, 17 Dec 2007 19:06:17 +0000 (22:06 +0300)] 
server: Store I/O completion information in async structure.

This is to allow completions to be sent on handle close. Also this can
be helpful for AcceptEx/TransmitFile implementation.

16 years agows2_32: Fix flags conversion in getnameinfo() function.
Kirill K. Smirnov [Mon, 17 Dec 2007 14:40:02 +0000 (17:40 +0300)] 
ws2_32: Fix flags conversion in getnameinfo() function.

16 years agoconfigure: Work around an Xcode 3.0 bug when detecting the libGL library.
Francois Gouget [Tue, 18 Dec 2007 09:17:20 +0000 (10:17 +0100)] 
configure: Work around an Xcode 3.0 bug when detecting the libGL library.

16 years agoAssorted spelling fixes.
Francois Gouget [Tue, 18 Dec 2007 08:48:16 +0000 (09:48 +0100)] 
Assorted spelling fixes.

16 years agod3dx8: Implement D3DXCreateMatrixStack.
David Adam [Mon, 17 Dec 2007 22:12:33 +0000 (23:12 +0100)] 
d3dx8: Implement D3DXCreateMatrixStack.

16 years agod3dx8: Add basic functions and stubs for MatrixStack.
David Adam [Mon, 17 Dec 2007 23:05:19 +0000 (00:05 +0100)] 
d3dx8: Add basic functions and stubs for MatrixStack.

16 years agod3dx8: Rename d3dx_core_private.h to d3dx8_private.h.
David Adam [Mon, 17 Dec 2007 22:08:16 +0000 (23:08 +0100)] 
d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.

16 years agod3dx8: Add definition for MatrixStack.
David Adam [Mon, 17 Dec 2007 22:49:09 +0000 (23:49 +0100)] 
d3dx8: Add definition for MatrixStack.

16 years agowined3d: Split up the render target -> render target blit.
Stefan Dösinger [Sat, 15 Dec 2007 23:18:20 +0000 (00:18 +0100)] 
wined3d: Split up the render target -> render target blit.

16 years agowined3d: Implement D3DFMT_G16R16.
Stefan Dösinger [Sat, 15 Dec 2007 22:47:10 +0000 (23:47 +0100)] 
wined3d: Implement D3DFMT_G16R16.

16 years agokernel32: Add a test for BindIoCompletionCallback.
Stefan Dösinger [Mon, 17 Dec 2007 17:16:49 +0000 (18:16 +0100)] 
kernel32: Add a test for BindIoCompletionCallback.

16 years agowined3d: Filter out some shader compilation spam.
Stefan Dösinger [Sat, 15 Dec 2007 10:43:51 +0000 (11:43 +0100)] 
wined3d: Filter out some shader compilation spam.

16 years agoserver: Properly notify renderer while activating another screen buffer.
Kirill K. Smirnov [Tue, 18 Dec 2007 00:03:11 +0000 (03:03 +0300)] 
server: Properly notify renderer while activating another screen buffer.

16 years agogdi32: Add a GdiConvertToDevmodeW test, make it pass under Wine.
Dmitry Timoshkov [Tue, 18 Dec 2007 12:21:40 +0000 (20:21 +0800)] 
gdi32: Add a GdiConvertToDevmodeW test, make it pass under Wine.

16 years agoinetcomm: Fix spelling typo.
Huw Davies [Tue, 18 Dec 2007 11:51:54 +0000 (11:51 +0000)] 
inetcomm: Fix spelling typo.

16 years agoinetcomm: Add IMimeAllocator implementation.
Huw Davies [Tue, 18 Dec 2007 11:50:22 +0000 (11:50 +0000)] 
inetcomm: Add IMimeAllocator implementation.

16 years agoinclude: Add IMimeAllocator.
Huw Davies [Fri, 14 Dec 2007 12:33:24 +0000 (12:33 +0000)] 
include: Add IMimeAllocator.

16 years agowined3d: Ignore tesselated and unused streams when comparing attribs.
Stefan Dösinger [Sat, 15 Dec 2007 10:40:19 +0000 (11:40 +0100)] 
wined3d: Ignore tesselated and unused streams when comparing attribs.

16 years agowined3d: Correct a pixel shader version comparison.
Stefan Dösinger [Fri, 14 Dec 2007 21:09:07 +0000 (22:09 +0100)] 
wined3d: Correct a pixel shader version comparison.

16 years agowined3d: Disable the SWAPEFFECT_DISCARD clear.
Stefan Dösinger [Thu, 13 Dec 2007 21:13:39 +0000 (22:13 +0100)] 
wined3d: Disable the SWAPEFFECT_DISCARD clear.

16 years agod3d9: Add a note about a breakage in the refrast.
Stefan Dösinger [Sat, 8 Dec 2007 21:34:45 +0000 (22:34 +0100)] 
d3d9: Add a note about a breakage in the refrast.

16 years agod3d9: Remove a few more incorrect D3DLOCK_DISCARDs.
Stefan Dösinger [Sat, 8 Dec 2007 21:31:50 +0000 (22:31 +0100)] 
d3d9: Remove a few more incorrect D3DLOCK_DISCARDs.

16 years agod3d9: Add stub for Direct3DShaderValidatorCreate9().
Peter Beutner [Tue, 18 Dec 2007 09:44:18 +0000 (10:44 +0100)] 
d3d9: Add stub for Direct3DShaderValidatorCreate9().

16 years agodinput: Make _dump_cooperativelevel_DI() and _dump_EnumDevices_dwFlags() more self...
Francois Gouget [Tue, 18 Dec 2007 09:01:51 +0000 (10:01 +0100)] 
dinput: Make _dump_cooperativelevel_DI() and _dump_EnumDevices_dwFlags() more self-contained.

16 years agooleaut32/tests: Avoid SHDeleteKeyW() because shlwapi.dll is missing on Windows 95.
Francois Gouget [Tue, 18 Dec 2007 09:01:39 +0000 (10:01 +0100)] 
oleaut32/tests: Avoid SHDeleteKeyW() because shlwapi.dll is missing on Windows 95.

16 years agoshell32/tests: Use GetProcAddress() on SHFileOperationW() because it is missing on...
Francois Gouget [Tue, 18 Dec 2007 09:01:24 +0000 (10:01 +0100)] 
shell32/tests: Use GetProcAddress() on SHFileOperationW() because it is missing on Windows 95.

16 years agoshell32/tests: Use GetProcAddress() on Shell_NotifyIconW() because it is missing...
Francois Gouget [Tue, 18 Dec 2007 09:01:14 +0000 (10:01 +0100)] 
shell32/tests: Use GetProcAddress() on Shell_NotifyIconW() because it is missing on Windows 95.

16 years agoshell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing...
Francois Gouget [Tue, 18 Dec 2007 09:01:05 +0000 (10:01 +0100)] 
shell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing on Windows 95.

16 years agoshell32/tests: Copy the PathRemoveBackslashA() and PathAddBackslashW() implementation...
Francois Gouget [Tue, 18 Dec 2007 09:00:47 +0000 (10:00 +0100)] 
shell32/tests: Copy the PathRemoveBackslashA() and PathAddBackslashW() implementations because shlwapi.dll is missing on Windows 95.

16 years agoshell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
Francois Gouget [Tue, 18 Dec 2007 09:00:31 +0000 (10:00 +0100)] 
shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.

16 years agosecur32/tests: Dynamically load various APIs and don't link with crypt32.dll to make...
Francois Gouget [Tue, 18 Dec 2007 09:00:10 +0000 (10:00 +0100)] 
secur32/tests: Dynamically load various APIs and don't link with crypt32.dll to make the test run on Windows 95.

16 years agomsi: Add a trailing '\n' to Wine traces.
Francois Gouget [Tue, 18 Dec 2007 08:47:22 +0000 (09:47 +0100)] 
msi: Add a trailing '\n' to Wine traces.

16 years agouser32/tests: Use GetProcAddress() on ChangeDisplaySettingsExA() because it is missin...
Francois Gouget [Tue, 18 Dec 2007 08:47:17 +0000 (09:47 +0100)] 
user32/tests: Use GetProcAddress() on ChangeDisplaySettingsExA() because it is missing on Windows 95.

16 years agomsi: Sort each table of the join separately.
James Hawkins [Tue, 18 Dec 2007 01:35:31 +0000 (19:35 -0600)] 
msi: Sort each table of the join separately.

16 years agomsi: Test sorting a table using a column that is not selected.
James Hawkins [Tue, 18 Dec 2007 01:34:08 +0000 (19:34 -0600)] 
msi: Test sorting a table using a column that is not selected.

16 years agorpcrt4: Add missing LeaveCriticalSection. Found by Smatch.
Michael Stefaniuc [Mon, 17 Dec 2007 21:28:00 +0000 (22:28 +0100)] 
rpcrt4: Add missing LeaveCriticalSection. Found by Smatch.

16 years agoinclude: Add some context handle defines to rpcdcep.h.
Rob Shearman [Mon, 17 Dec 2007 18:20:58 +0000 (18:20 +0000)] 
include: Add some context handle defines to rpcdcep.h.

16 years agorpcrt4: Add a stub for I_RpcGetCurrentCallHandle.
Rob Shearman [Mon, 17 Dec 2007 18:20:41 +0000 (18:20 +0000)] 
rpcrt4: Add a stub for I_RpcGetCurrentCallHandle.

16 years agorpcrt4: Don't copy memory from the buffer in NdrConformantStringUnmarshall if we...
Rob Shearman [Mon, 17 Dec 2007 18:20:34 +0000 (18:20 +0000)] 
rpcrt4: Don't copy memory from the buffer in NdrConformantStringUnmarshall if we just pointed the memory pointer into the buffer.

(Reported by Dan Kegel.)

16 years agowinhelp: Avoid any keywords comparision during lookup, store pointer to listbox ITEMD...
Kirill K. Smirnov [Mon, 17 Dec 2007 17:49:09 +0000 (20:49 +0300)] 
winhelp: Avoid any keywords comparision during lookup, store pointer to listbox ITEMDATA instead.

16 years agowinhelp: Remember last added page.
Kirill K. Smirnov [Mon, 17 Dec 2007 17:46:50 +0000 (20:46 +0300)] 
winhelp: Remember last added page.

16 years agoriched20: Fix bugs in EM_SETOPTIONS.
Maarten Lankhorst [Mon, 17 Dec 2007 16:56:32 +0000 (17:56 +0100)] 
riched20: Fix bugs in EM_SETOPTIONS.

Add SELECTIONBAR to mask, and use settings rather then lParam. 2 subtle
bugs that prevent selectionbar from working.

16 years agoinclude: Add more types and function declarations to the rpcasync.h header file.
Rob Shearman [Mon, 17 Dec 2007 15:24:08 +0000 (15:24 +0000)] 
include: Add more types and function declarations to the rpcasync.h header file.

Fix up a couple of conflicts with the Status field in the
RPC_EXTENDED_ERROR_INFO and the X Status define.

16 years agorpcrt4: Add an rpcasync.h header stub and fix the RpcErrorStartEnumeration() prototype.
Francois Gouget [Tue, 13 Nov 2007 19:51:05 +0000 (20:51 +0100)] 
rpcrt4: Add an rpcasync.h header stub and fix the RpcErrorStartEnumeration() prototype.

16 years agoinclude: Add more NDR types and function declarations to rpcndr.h.
Rob Shearman [Mon, 17 Dec 2007 11:51:48 +0000 (11:51 +0000)] 
include: Add more NDR types and function declarations to rpcndr.h.

16 years agouser32: Always clip the button painting to the client rectangle.
Dmitry Timoshkov [Thu, 13 Dec 2007 15:58:45 +0000 (23:58 +0800)] 
user32: Always clip the button painting to the client rectangle.

16 years agoddraw: Fix incorrect WARN text.
Alexander Dorofeyev [Mon, 17 Dec 2007 03:55:58 +0000 (19:55 -0800)] 
ddraw: Fix incorrect WARN text.

16 years agowinspool: Fix memory leak (found by Smatch).
Lionel Debroux [Fri, 14 Dec 2007 13:56:57 +0000 (14:56 +0100)] 
winspool: Fix memory leak (found by Smatch).

16 years agowinedevice: Fix memory leak (found by Smatch).
Lionel Debroux [Fri, 14 Dec 2007 13:57:17 +0000 (14:57 +0100)] 
winedevice: Fix memory leak (found by Smatch).

16 years agod3d9: Do not set NONE MIN and MAG filters.
Stefan Dösinger [Sat, 8 Dec 2007 15:46:05 +0000 (16:46 +0100)] 
d3d9: Do not set NONE MIN and MAG filters.

16 years agod3d9: D3DLOCK_DISCARD is not valid on managed textures.
Stefan Dösinger [Sat, 8 Dec 2007 15:32:07 +0000 (16:32 +0100)] 
d3d9: D3DLOCK_DISCARD is not valid on managed textures.

16 years agod3d9: The refrast returns an error on invalid clear rects.
Stefan Dösinger [Sat, 8 Dec 2007 15:13:54 +0000 (16:13 +0100)] 
d3d9: The refrast returns an error on invalid clear rects.

16 years agowinex11: Activate the depth-bpp difference.
Stefan Dösinger [Thu, 13 Dec 2007 23:39:34 +0000 (00:39 +0100)] 
winex11: Activate the depth-bpp difference.

16 years agowinex11: Distinguish between bpp and depth.
Stefan Dösinger [Sun, 16 Dec 2007 13:00:45 +0000 (14:00 +0100)] 
winex11: Distinguish between bpp and depth.

16 years agohlink: Fix some memory leaks in the tests.
Rob Shearman [Fri, 14 Dec 2007 19:55:10 +0000 (19:55 +0000)] 
hlink: Fix some memory leaks in the tests.

16 years agorpcrt4: Move association code into a separate file.
Rob Shearman [Sun, 16 Dec 2007 12:11:49 +0000 (12:11 +0000)] 
rpcrt4: Move association code into a separate file.

16 years agorpcrt4: Make a server association when a bind packet is received in the server.
Rob Shearman [Sun, 16 Dec 2007 12:07:30 +0000 (12:07 +0000)] 
rpcrt4: Make a server association when a bind packet is received in the server.

Support handing out association group IDs.

16 years agorpcrt4: Return an error from rpcrt4_conn_tcp_read if recv returns 0.
Rob Shearman [Sun, 16 Dec 2007 12:07:01 +0000 (12:07 +0000)] 
rpcrt4: Return an error from rpcrt4_conn_tcp_read if recv returns 0.

16 years agorpcrt4: Fix NdrConformantStringUnmarshall to use buffer memory if possible.
Rob Shearman [Sat, 15 Dec 2007 13:57:21 +0000 (13:57 +0000)] 
rpcrt4: Fix NdrConformantStringUnmarshall to use buffer memory if possible.

16 years agorpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in PointerUnmarshall.
Rob Shearman [Sat, 15 Dec 2007 13:57:06 +0000 (13:57 +0000)] 
rpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in PointerUnmarshall.

16 years agorpcrt4: Clear padding inserted into the buffer during marshalling because of alignment.
Rob Shearman [Fri, 14 Dec 2007 19:55:04 +0000 (19:55 +0000)] 
rpcrt4: Clear padding inserted into the buffer during marshalling because of alignment.

16 years agoinclude: Add definitions for RPC_FC_SSTRING and RPC_FC_C_SSTRING.
Rob Shearman [Sat, 15 Dec 2007 13:57:46 +0000 (13:57 +0000)] 
include: Add definitions for RPC_FC_SSTRING and RPC_FC_C_SSTRING.

16 years agowidl: Only base types or reference pointers to base types don't need to be freed.
Rob Shearman [Sat, 15 Dec 2007 13:58:17 +0000 (13:58 +0000)] 
widl: Only base types or reference pointers to base types don't need to be freed.

There are other cases where calls to Free functions can be omitted (such
as types always unmarshalled using buffer memory with no embedded
pointers), but these are easier dealt with inside the relevent case in
write_remoting_arg.

16 years agowidl: Return types shouldn't be freed.
Rob Shearman [Sat, 15 Dec 2007 13:57:33 +0000 (13:57 +0000)] 
widl: Return types shouldn't be freed.

16 years agowidl: Clear padding in the buffer due to alignment.
Rob Shearman [Fri, 14 Dec 2007 19:54:25 +0000 (19:54 +0000)] 
widl: Clear padding in the buffer due to alignment.

16 years agooleaut32/tests: Avoid relying on system-dependent rounding.
Alexandre Julliard [Mon, 17 Dec 2007 10:56:41 +0000 (11:56 +0100)] 
oleaut32/tests: Avoid relying on system-dependent rounding.

16 years agoRevert "user32: Moved some 16-bit functions."
Alexandre Julliard [Mon, 17 Dec 2007 10:56:05 +0000 (11:56 +0100)] 
Revert "user32: Moved some 16-bit functions."

This partially reverts commit 6e9fea22f82fe60624e1081d74ad990a5c428eed.
16-bit and 32-bit clipboard handles aren't interchangeable.

16 years agoserver: I/O completion ports can only be used with overlapped I/O.
Andrey Turkin [Sun, 16 Dec 2007 23:02:12 +0000 (02:02 +0300)] 
server: I/O completion ports can only be used with overlapped I/O.

16 years agourlmon: Use flag to store protocol lock state.
Jacek Caban [Mon, 17 Dec 2007 00:38:50 +0000 (01:38 +0100)] 
urlmon: Use flag to store protocol lock state.

16 years agoshdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.
Jacek Caban [Mon, 17 Dec 2007 00:38:41 +0000 (01:38 +0100)] 
shdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.

16 years agomshtml: Remove not used argument in nsAString_GetData.
Jacek Caban [Mon, 17 Dec 2007 00:38:30 +0000 (01:38 +0100)] 
mshtml: Remove not used argument in nsAString_GetData.

16 years agomshtml: Remove not used argument of nsACString_GetData.
Jacek Caban [Mon, 17 Dec 2007 00:38:15 +0000 (01:38 +0100)] 
mshtml: Remove not used argument of nsACString_GetData.

16 years agomsi: Set the text color after calling the window proc.
James Hawkins [Mon, 17 Dec 2007 02:32:39 +0000 (20:32 -0600)] 
msi: Set the text color after calling the window proc.

16 years agomsi: The line control has a height of exactly 2 device units.
James Hawkins [Mon, 17 Dec 2007 02:31:49 +0000 (20:31 -0600)] 
msi: The line control has a height of exactly 2 device units.

16 years agomsi: Return ERROR_INVALID_PARAMETER if the product list is empty and index is not...
James Hawkins [Mon, 17 Dec 2007 02:30:14 +0000 (20:30 -0600)] 
msi: Return ERROR_INVALID_PARAMETER if the product list is empty and index is not zero.

16 years agomsi: Return ERROR_UNKNOWN_COMPONENT if no products exist.
James Hawkins [Mon, 17 Dec 2007 02:29:36 +0000 (20:29 -0600)] 
msi: Return ERROR_UNKNOWN_COMPONENT if no products exist.

16 years agomsi: Also check the local system component key for the clients.
James Hawkins [Mon, 17 Dec 2007 02:28:42 +0000 (20:28 -0600)] 
msi: Also check the local system component key for the clients.

16 years agomsi: Check the user component key for the clients.
James Hawkins [Mon, 17 Dec 2007 02:28:09 +0000 (20:28 -0600)] 
msi: Check the user component key for the clients.

16 years agomsi: Validate the parameters of MsiEnumClients.
James Hawkins [Mon, 17 Dec 2007 02:27:22 +0000 (20:27 -0600)] 
msi: Validate the parameters of MsiEnumClients.

16 years agomsi: Add tests for MsiEnumClients.
James Hawkins [Mon, 17 Dec 2007 02:26:42 +0000 (20:26 -0600)] 
msi: Add tests for MsiEnumClients.

16 years agomsi: Simplify ExpandAnyPath.
James Hawkins [Mon, 17 Dec 2007 02:25:49 +0000 (20:25 -0600)] 
msi: Simplify ExpandAnyPath.

16 years agomsi: Verify that the PID_PAGECOUNT and PID_REVNUMBER summary info properties exist.
James Hawkins [Mon, 17 Dec 2007 02:24:52 +0000 (20:24 -0600)] 
msi: Verify that the PID_PAGECOUNT and PID_REVNUMBER summary info properties exist.

16 years agomsi: If the package doesn't exist, return ERROR_FILE_NOT_FOUND.
James Hawkins [Mon, 17 Dec 2007 02:24:11 +0000 (20:24 -0600)] 
msi: If the package doesn't exist, return ERROR_FILE_NOT_FOUND.

16 years agomsi: Validate the parameters of MsiOpenPackage.
James Hawkins [Mon, 17 Dec 2007 02:23:27 +0000 (20:23 -0600)] 
msi: Validate the parameters of MsiOpenPackage.

16 years agomsi: Add more tests for MsiOpenPackage.
James Hawkins [Mon, 17 Dec 2007 02:14:46 +0000 (20:14 -0600)] 
msi: Add more tests for MsiOpenPackage.

16 years agomsi: Release the record when loading the hash data.
James Hawkins [Fri, 14 Dec 2007 21:18:05 +0000 (15:18 -0600)] 
msi: Release the record when loading the hash data.

16 years agoriched20: Implement ECO/EM SELECTIONBAR.
Maarten Lankhorst [Fri, 14 Dec 2007 20:29:37 +0000 (21:29 +0100)] 
riched20: Implement ECO/EM SELECTIONBAR.

16 years agomsi: Fixed buffer overflow in number parsing.
Marcus Meissner [Fri, 14 Dec 2007 14:20:04 +0000 (15:20 +0100)] 
msi: Fixed buffer overflow in number parsing.

16 years agoRelease 0.9.51. wine-0.9.51
Alexandre Julliard [Fri, 14 Dec 2007 16:35:21 +0000 (17:35 +0100)] 
Release 0.9.51.

16 years agoriched32/tests: Avoid using size_t in traces.
Alexandre Julliard [Fri, 14 Dec 2007 13:31:40 +0000 (14:31 +0100)] 
riched32/tests: Avoid using size_t in traces.

16 years agoriched20/tests: Avoid using size_t in traces.
Alexandre Julliard [Fri, 14 Dec 2007 13:31:24 +0000 (14:31 +0100)] 
riched20/tests: Avoid using size_t in traces.

16 years agogdi32/tests: Fix a compiler warning.
Alexandre Julliard [Fri, 14 Dec 2007 13:31:06 +0000 (14:31 +0100)] 
gdi32/tests: Fix a compiler warning.

16 years agoadvapi32: Fix undocumented behaviour in ReqQueryValueEx when 'count' and 'type' point...
Sam Dennis [Fri, 14 Dec 2007 05:48:28 +0000 (05:48 +0000)] 
advapi32: Fix undocumented behaviour in ReqQueryValueEx when 'count' and 'type' point to the same address.

16 years agouser32: Add a test for EnumDisplaySettings vs GetDeviceCaps.
Stefan Dösinger [Thu, 13 Dec 2007 23:22:40 +0000 (00:22 +0100)] 
user32: Add a test for EnumDisplaySettings vs GetDeviceCaps.

16 years agouser32: Add a test for WM_DISPLAYCHANGE.
Stefan Dösinger [Thu, 13 Dec 2007 23:19:08 +0000 (00:19 +0100)] 
user32: Add a test for WM_DISPLAYCHANGE.

16 years agogdi32: Test the "alpha" channel on compatible bitmaps.
Stefan Dösinger [Thu, 13 Dec 2007 22:11:56 +0000 (23:11 +0100)] 
gdi32: Test the "alpha" channel on compatible bitmaps.

16 years agowinex11: Ignore the alpha if all pixels are 0.
Stefan Dösinger [Thu, 13 Dec 2007 11:12:23 +0000 (12:12 +0100)] 
winex11: Ignore the alpha if all pixels are 0.

16 years agoquartz: Do aggregation test for more video renderer interfaces.
Lei Zhang [Thu, 13 Dec 2007 23:33:08 +0000 (15:33 -0800)] 
quartz: Do aggregation test for more video renderer interfaces.

16 years agoquartz: Make aggregation test generic.
Lei Zhang [Thu, 13 Dec 2007 23:29:58 +0000 (15:29 -0800)] 
quartz: Make aggregation test generic.

16 years agoinclude: Update oleacc with new constants and IAccessible interface.
Maarten Lankhorst [Thu, 13 Dec 2007 17:37:10 +0000 (18:37 +0100)] 
include: Update oleacc with new constants and IAccessible interface.