wine
14 years agoshell32: Remove spaces before '\n's in the Serbian translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:48 +0000 (12:20 +0200)] 
shell32: Remove spaces before '\n's in the Serbian translation.

14 years agoprograms: Remove spaces before '\n's in the Swedish translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:44 +0000 (12:20 +0200)] 
programs: Remove spaces before '\n's in the Swedish translation.

14 years agostart: Remove spaces before '\n's in the Portuguese translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:20 +0000 (12:20 +0200)] 
start: Remove spaces before '\n's in the Portuguese translation.

14 years agoxcopy: Remove spaces before '\n's in the Korean translation.
Francois Gouget [Fri, 27 Aug 2010 10:20:09 +0000 (12:20 +0200)] 
xcopy: Remove spaces before '\n's in the Korean translation.

14 years agouserenv: Implement GetProfilesDirectory.
Juan Lang [Fri, 27 Aug 2010 00:17:44 +0000 (17:17 -0700)] 
userenv: Implement GetProfilesDirectory.

14 years agouserenv/tests: Add tests for GetProfilesDirectory.
Juan Lang [Fri, 27 Aug 2010 00:01:05 +0000 (17:01 -0700)] 
userenv/tests: Add tests for GetProfilesDirectory.

14 years agod3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.
Matteo Bruni [Wed, 25 Aug 2010 15:12:51 +0000 (17:12 +0200)] 
d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.

14 years agowininet: Handle HTTP_STATUS_REDIRECT_METHOD.
Hans Leidekker [Fri, 27 Aug 2010 08:50:59 +0000 (10:50 +0200)] 
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.

14 years agomsi: Move database initialization to a separate function.
Hans Leidekker [Fri, 27 Aug 2010 08:50:35 +0000 (10:50 +0200)] 
msi: Move database initialization to a separate function.

14 years agomsi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_...
Hans Leidekker [Fri, 27 Aug 2010 08:50:20 +0000 (10:50 +0200)] 
msi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_TRANSACT is specified.

14 years agomsi/tests: Fix a WoW64 test failure.
Hans Leidekker [Fri, 27 Aug 2010 08:50:07 +0000 (10:50 +0200)] 
msi/tests: Fix a WoW64 test failure.

14 years agomsi: Create the product key if necessary in msi_publish_patches.
Hans Leidekker [Fri, 27 Aug 2010 08:49:55 +0000 (10:49 +0200)] 
msi: Create the product key if necessary in msi_publish_patches.

Fixes a regression caused by c9fb24927db773905e144db63d9e34741e97f703.

14 years agomsi/tests: Use a different product code in the package tests to avoid cascading test...
Hans Leidekker [Fri, 27 Aug 2010 08:49:31 +0000 (10:49 +0200)] 
msi/tests: Use a different product code in the package tests to avoid cascading test failures.

14 years agowinepath: Adhere to the requested separator on failure.
Peter Rosin [Fri, 27 Aug 2010 05:54:52 +0000 (07:54 +0200)] 
winepath: Adhere to the requested separator on failure.

14 years agomsvcr90: Added _wstat64i32 implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:45 +0000 (01:46 +0200)] 
msvcr90: Added _wstat64i32 implementation.

14 years agomsvcrt: Added _gcvt_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:35 +0000 (01:46 +0200)] 
msvcrt: Added _gcvt_s implementation.

14 years agomsvcrt: Added _scprintf implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:25 +0000 (01:46 +0200)] 
msvcrt: Added _scprintf implementation.

14 years agomsvcrt: Added _gmtime32_s and _gmtime64_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:09 +0000 (01:46 +0200)] 
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.

14 years agomsvcrt: Added _strdate_s and _wstrdate_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:46:00 +0000 (01:46 +0200)] 
msvcrt: Added _strdate_s and _wstrdate_s implementation.

14 years agomsvcrt: Added _strtime_s and _wstrtime_s implementation.
Piotr Caban [Thu, 26 Aug 2010 23:45:31 +0000 (01:45 +0200)] 
msvcrt: Added _strtime_s and _wstrtime_s implementation.

14 years agourlmon: Return failures from progress callback.
Juan Lang [Thu, 26 Aug 2010 23:06:37 +0000 (16:06 -0700)] 
urlmon: Return failures from progress callback.

14 years agowine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System.
Louis Lenders [Thu, 26 Aug 2010 22:19:56 +0000 (00:19 +0200)] 
wine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System.

14 years agourlmon: Improved support for opaque file URL paths.
Thomas Mullaly [Thu, 26 Aug 2010 17:28:19 +0000 (13:28 -0400)] 
urlmon: Improved support for opaque file URL paths.

14 years agourlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH.
Thomas Mullaly [Thu, 26 Aug 2010 01:59:30 +0000 (21:59 -0400)] 
urlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH.

14 years agourlmon: Improved support for determining if a URI is hierarchical or not.
Thomas Mullaly [Thu, 26 Aug 2010 01:12:46 +0000 (21:12 -0400)] 
urlmon: Improved support for determining if a URI is hierarchical or not.

14 years agourlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri.
Thomas Mullaly [Wed, 25 Aug 2010 20:02:22 +0000 (16:02 -0400)] 
urlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri.

14 years agourlmon: Some opaque URIs get their port set.
Thomas Mullaly [Tue, 24 Aug 2010 20:54:54 +0000 (16:54 -0400)] 
urlmon: Some opaque URIs get their port set.

14 years agourlmon: Some IUri's don't always have an absolute URI property.
Thomas Mullaly [Tue, 24 Aug 2010 20:38:12 +0000 (16:38 -0400)] 
urlmon: Some IUri's don't always have an absolute URI property.

14 years agouser32: Update Swedish translation.
Anders Jonsson [Thu, 26 Aug 2010 21:19:58 +0000 (23:19 +0200)] 
user32: Update Swedish translation.

14 years agowinmm: Add Swedish translation.
Anders Jonsson [Thu, 26 Aug 2010 21:07:19 +0000 (23:07 +0200)] 
winmm: Add Swedish translation.

14 years agompr: Fix translations.
Amine Khaldi [Thu, 26 Aug 2010 17:14:19 +0000 (18:14 +0100)] 
mpr: Fix translations.

14 years agod3dx9_36: Implement D3DXDeclaratorFromFVF().
Henri Verbeet [Thu, 26 Aug 2010 17:05:20 +0000 (19:05 +0200)] 
d3dx9_36: Implement D3DXDeclaratorFromFVF().

14 years agod3dx9_36/tests: Add some more FVF position handling tests.
Henri Verbeet [Thu, 26 Aug 2010 17:05:19 +0000 (19:05 +0200)] 
d3dx9_36/tests: Add some more FVF position handling tests.

14 years agod3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
Henri Verbeet [Thu, 26 Aug 2010 17:05:18 +0000 (19:05 +0200)] 
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().

14 years agowined3d: Simplify wined3d_format_convert_from_float().
Henri Verbeet [Thu, 26 Aug 2010 17:05:17 +0000 (19:05 +0200)] 
wined3d: Simplify wined3d_format_convert_from_float().

14 years agowined3d: Cleanup some 2-space indentation.
Henri Verbeet [Thu, 26 Aug 2010 17:05:16 +0000 (19:05 +0200)] 
wined3d: Cleanup some 2-space indentation.

14 years agoshell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.
Alexandre Julliard [Thu, 26 Aug 2010 16:08:23 +0000 (18:08 +0200)] 
shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.

14 years agontdll: Fix the protection state of writable sections.
Alexandre Julliard [Thu, 26 Aug 2010 16:06:10 +0000 (18:06 +0200)] 
ntdll: Fix the protection state of writable sections.

14 years agontdll/tests: Add a test for the protection state of the read-write data section.
Alexandre Julliard [Thu, 26 Aug 2010 16:05:55 +0000 (18:05 +0200)] 
ntdll/tests: Add a test for the protection state of the read-write data section.

14 years agouser32: Optimize the storage of default color values.
André Hentschel [Wed, 25 Aug 2010 15:33:26 +0000 (17:33 +0200)] 
user32: Optimize the storage of default color values.

14 years agorpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall.
Alexandre Julliard [Thu, 26 Aug 2010 15:03:50 +0000 (17:03 +0200)] 
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall.

14 years agorpcrt4: Fix cfi annotations for the stubless proxy entry point.
Alexandre Julliard [Thu, 26 Aug 2010 15:03:31 +0000 (17:03 +0200)] 
rpcrt4: Fix cfi annotations for the stubless proxy entry point.

14 years agoddraw/tests: New visual back buffer flipping tests.
Oldřich Jedlička [Wed, 25 Aug 2010 20:07:06 +0000 (22:07 +0200)] 
ddraw/tests: New visual back buffer flipping tests.

14 years agouser32: Make GetMessage and PeekMessage patchable.
Stefan Dösinger [Wed, 25 Aug 2010 11:46:03 +0000 (13:46 +0200)] 
user32: Make GetMessage and PeekMessage patchable.

14 years agoshell32: Add a navigation pane to the ExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:20 +0000 (13:58 +0200)] 
shell32: Add a navigation pane to the ExplorerBrowser control.

14 years agoshell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:19 +0000 (13:58 +0200)] 
shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.

14 years agoinclude: Fix INameSpaceTreeControlEvents interface declaration.
David Hedberg [Thu, 26 Aug 2010 11:58:18 +0000 (13:58 +0200)] 
include: Fix INameSpaceTreeControlEvents interface declaration.

14 years agoshell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:17 +0000 (13:58 +0200)] 
shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control.

14 years agoshell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control.
David Hedberg [Thu, 26 Aug 2010 11:58:16 +0000 (13:58 +0200)] 
shell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control.

14 years agoole32: Cache data and block locations in BigBlockStream objects.
Vincent Povirk [Fri, 16 Apr 2010 22:38:14 +0000 (17:38 -0500)] 
ole32: Cache data and block locations in BigBlockStream objects.

14 years agoole32: Flush before returning from any storage API call that writes.
Vincent Povirk [Wed, 25 Aug 2010 19:55:21 +0000 (14:55 -0500)] 
ole32: Flush before returning from any storage API call that writes.

14 years agomscoree: Improve GetRequestedRuntimeInfo.
Louis Lenders [Wed, 25 Aug 2010 22:14:41 +0000 (00:14 +0200)] 
mscoree: Improve GetRequestedRuntimeInfo.

14 years agomscoree/tests: Add some tests for GetRequestedRuntimeInfo.
Louis Lenders [Wed, 25 Aug 2010 21:06:02 +0000 (23:06 +0200)] 
mscoree/tests: Add some tests for GetRequestedRuntimeInfo.

14 years agoinclude: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.
Louis Lenders [Wed, 25 Aug 2010 20:03:14 +0000 (22:03 +0200)] 
include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.

14 years agousp10: Make SHAPE_ApplyOpenTypeFeatures() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:09 +0000 (13:03 +0200)] 
usp10: Make SHAPE_ApplyOpenTypeFeatures() static.

14 years agogameux: Use SUBLANG_NEUTRAL for language-independent resources.
Francois Gouget [Thu, 26 Aug 2010 11:04:03 +0000 (13:04 +0200)] 
gameux: Use SUBLANG_NEUTRAL for language-independent resources.

14 years agomsvcp90: Make init_cxx_funcs() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:54 +0000 (13:03 +0200)] 
msvcp90: Make init_cxx_funcs() static.

14 years agoqedit: Make (media,pins)enum_create() static.
Francois Gouget [Thu, 26 Aug 2010 11:02:51 +0000 (13:02 +0200)] 
qedit: Make (media,pins)enum_create() static.

14 years agoshdocvw: Make adjust_ie_docobj_rect() static.
Francois Gouget [Thu, 26 Aug 2010 11:03:00 +0000 (13:03 +0200)] 
shdocvw: Make adjust_ie_docobj_rect() static.

14 years agomsxml3: Make parse_xml() static.
Francois Gouget [Thu, 26 Aug 2010 11:02:36 +0000 (13:02 +0200)] 
msxml3: Make parse_xml() static.

14 years agoshell32/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Thu, 26 Aug 2010 11:01:24 +0000 (13:01 +0200)] 
shell32/tests: Add a trailing '\n' to an ok() call.

14 years agod3dxof: Make debugstr_fourcc() static.
Francois Gouget [Thu, 26 Aug 2010 11:01:14 +0000 (13:01 +0200)] 
d3dxof: Make debugstr_fourcc() static.

14 years agod3dx9_36: Make {is,make}_pow2() static.
Francois Gouget [Thu, 26 Aug 2010 11:01:09 +0000 (13:01 +0200)] 
d3dx9_36: Make {is,make}_pow2() static.

14 years agod3dcompiler_43: Make debug_print_{relarg,swizzle,writemask}() static.
Francois Gouget [Thu, 26 Aug 2010 11:00:59 +0000 (13:00 +0200)] 
d3dcompiler_43: Make debug_print_{relarg,swizzle,writemask}() static.

14 years agowinedbg: Initial Sparc support.
Austin English [Wed, 25 Aug 2010 20:15:46 +0000 (15:15 -0500)] 
winedbg: Initial Sparc support.

14 years agowinedbg: Don't access inside a bp structure if it's not initialized.
Eric Pouech [Wed, 25 Aug 2010 19:43:52 +0000 (21:43 +0200)] 
winedbg: Don't access inside a bp structure if it's not initialized.

Spotted by Peter Urbanec.

14 years agodbghelp: dwarf debug info: a few more fixes to dwarf parsing.
Eric Pouech [Wed, 25 Aug 2010 19:43:46 +0000 (21:43 +0200)] 
dbghelp: dwarf debug info: a few more fixes to dwarf parsing.

14 years agod3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf().
Henri Verbeet [Wed, 25 Aug 2010 18:46:53 +0000 (20:46 +0200)] 
d3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf().

14 years agod3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
Henri Verbeet [Wed, 25 Aug 2010 18:46:52 +0000 (20:46 +0200)] 
d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.

The current version matches MSDN, but not the actual SDK header.

14 years agowined3d: Rename the "format" field in wined3d_format_desc to "id".
Henri Verbeet [Wed, 25 Aug 2010 18:46:51 +0000 (20:46 +0200)] 
wined3d: Rename the "format" field in wined3d_format_desc to "id".

14 years agowined3d: Remove the GetContainer() methods from the public wined3d interface.
Henri Verbeet [Wed, 25 Aug 2010 18:46:50 +0000 (20:46 +0200)] 
wined3d: Remove the GetContainer() methods from the public wined3d interface.

There's nothing left that uses these.

14 years agowined3d: Don't set a NULL container of type WINED3D_CONTAINER_TEXTURE.
Henri Verbeet [Wed, 25 Aug 2010 18:46:49 +0000 (20:46 +0200)] 
wined3d: Don't set a NULL container of type WINED3D_CONTAINER_TEXTURE.

Any container type other than WINED3D_CONTAINER_NONE implies a valid pointer
of the specified type. This fixes a regression introduced by
368e5eb87ae983e4ea2f66b3ca2f4154b36bbcda.

14 years agomshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call.
Jacek Caban [Wed, 25 Aug 2010 18:25:06 +0000 (20:25 +0200)] 
mshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call.

14 years agomshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64.
Jacek Caban [Wed, 25 Aug 2010 18:20:29 +0000 (20:20 +0200)] 
mshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64.

14 years agooleaut32: Add tests for DispCallFunc and fix a number of corner cases.
Alexandre Julliard [Thu, 26 Aug 2010 10:22:20 +0000 (12:22 +0200)] 
oleaut32: Add tests for DispCallFunc and fix a number of corner cases.

14 years agoshell32: Add IObjectWithSite implementation to the ExplorerBrowser control.
David Hedberg [Wed, 25 Aug 2010 13:24:36 +0000 (15:24 +0200)] 
shell32: Add IObjectWithSite implementation to the ExplorerBrowser control.

14 years agoshell32: Implement CommDlgBrowser::OnDefaultCommand in the ExplorerBrowser control.
David Hedberg [Wed, 25 Aug 2010 13:24:35 +0000 (15:24 +0200)] 
shell32: Implement CommDlgBrowser::OnDefaultCommand in the ExplorerBrowser control.

14 years agoshell32: Add ICommDlgBrowser3 stub to the ExplorerBrowser control.
David Hedberg [Wed, 25 Aug 2010 13:24:34 +0000 (15:24 +0200)] 
shell32: Add ICommDlgBrowser3 stub to the ExplorerBrowser control.

14 years agoshell32: Add a travellog to the ExplorerBrowser control.
David Hedberg [Wed, 25 Aug 2010 13:24:33 +0000 (15:24 +0200)] 
shell32: Add a travellog to the ExplorerBrowser control.

14 years agoshell32: Implement IExplorerBrowser::BrowseToObject.
David Hedberg [Wed, 25 Aug 2010 13:24:32 +0000 (15:24 +0200)] 
shell32: Implement IExplorerBrowser::BrowseToObject.

14 years agomcicda: Access the first CD-ROM unless given a device letter.
Jörg Höhle [Mon, 23 Aug 2010 07:55:22 +0000 (09:55 +0200)] 
mcicda: Access the first CD-ROM unless given a device letter.

14 years agomcicda: Opens d, d:, d:\, d:\foo since w2k. Only d: is portable.
Jörg Höhle [Fri, 13 Aug 2010 12:58:55 +0000 (14:58 +0200)] 
mcicda: Opens d, d:, d:\, d:\foo since w2k. Only d: is portable.

14 years agomscoree: Improve GetCORSytemDirectory.
Louis Lenders [Wed, 25 Aug 2010 12:53:05 +0000 (14:53 +0200)] 
mscoree: Improve GetCORSytemDirectory.

14 years agomscoree/tests: Add a few tests for GetCORSytemDirectory.
Louis Lenders [Wed, 25 Aug 2010 12:34:04 +0000 (14:34 +0200)] 
mscoree/tests: Add a few tests for GetCORSytemDirectory.

14 years agoinclude: Fixed LIST_ENTRY macro type casts for win64.
Kai Tietz [Wed, 25 Aug 2010 13:14:24 +0000 (15:14 +0200)] 
include: Fixed LIST_ENTRY macro type casts for win64.

14 years agomsvcrt: Added _set_purecall_handler implementation.
Piotr Caban [Wed, 25 Aug 2010 12:46:47 +0000 (14:46 +0200)] 
msvcrt: Added _set_purecall_handler implementation.

14 years agomsvcrt: Added _set_SSE2_enable stub.
Piotr Caban [Wed, 25 Aug 2010 12:46:05 +0000 (14:46 +0200)] 
msvcrt: Added _set_SSE2_enable stub.

14 years agomshtml: Added Gecko64 support.
Jacek Caban [Wed, 25 Aug 2010 12:22:39 +0000 (14:22 +0200)] 
mshtml: Added Gecko64 support.

14 years agomshtml: Wine Gecko 1.1.0 release.
Jacek Caban [Wed, 25 Aug 2010 12:22:25 +0000 (14:22 +0200)] 
mshtml: Wine Gecko 1.1.0 release.

14 years agowinspool.drv: Allow for spaces in either the printer name or the spool file.
Huw Davies [Wed, 25 Aug 2010 10:47:53 +0000 (11:47 +0100)] 
winspool.drv: Allow for spaces in either the printer name or the spool file.

14 years agod3dcompiler: Move D3DAssemble tests from d3dx9_36.
Matteo Bruni [Fri, 30 Jul 2010 22:57:19 +0000 (00:57 +0200)] 
d3dcompiler: Move D3DAssemble tests from d3dx9_36.

14 years agod3dcompiler: Move shader assembler implementation from d3dx9_36.
Matteo Bruni [Tue, 24 Aug 2010 21:05:12 +0000 (23:05 +0200)] 
d3dcompiler: Move shader assembler implementation from d3dx9_36.

14 years agod3dcompiler: D3DAssemble stub.
Matteo Bruni [Tue, 17 Aug 2010 17:22:59 +0000 (19:22 +0200)] 
d3dcompiler: D3DAssemble stub.

14 years agoexplorerframe/tests: Initialize cbstate to a dummy value to make sure it's being...
Alexandre Julliard [Wed, 25 Aug 2010 12:44:12 +0000 (14:44 +0200)] 
explorerframe/tests: Initialize cbstate to a dummy value to make sure it's being set properly.

14 years agooleaut32: Implement DispCallFunc for x86_64.
Alexandre Julliard [Wed, 25 Aug 2010 12:23:31 +0000 (14:23 +0200)] 
oleaut32: Implement DispCallFunc for x86_64.

14 years agooleaut32: Simplify the i386 implementation of DispCallFunc.
Alexandre Julliard [Wed, 25 Aug 2010 12:04:31 +0000 (14:04 +0200)] 
oleaut32: Simplify the i386 implementation of DispCallFunc.

14 years agowinemenubuilder: Parse ICO headers in a separate function.
Damjan Jovanovic [Tue, 24 Aug 2010 13:04:54 +0000 (15:04 +0200)] 
winemenubuilder: Parse ICO headers in a separate function.

14 years agowinemenubuilder: Write all frames, in the given format, to the native icon.
Damjan Jovanovic [Tue, 24 Aug 2010 13:04:07 +0000 (15:04 +0200)] 
winemenubuilder: Write all frames, in the given format, to the native icon.

14 years agowinemenubuilder: Move utility functions to the top of the file.
Damjan Jovanovic [Tue, 24 Aug 2010 13:03:13 +0000 (15:03 +0200)] 
winemenubuilder: Move utility functions to the top of the file.

14 years agooleaut32/olepicture: Remove out pointer check in OleCreatePictureIndirect, it should...
Nikolay Sivov [Tue, 24 Aug 2010 18:36:38 +0000 (22:36 +0400)] 
oleaut32/olepicture: Remove out pointer check in OleCreatePictureIndirect, it should crash.