wine
14 years agocomdlg32: Shed unused parameters from CFn_WMInitDialog and CFn_WMDestroy.
Gerald Pfeifer [Sun, 28 Feb 2010 12:28:08 +0000 (13:28 +0100)] 
comdlg32: Shed unused parameters from CFn_WMInitDialog and CFn_WMDestroy.

14 years agocomdlg32: Remove unused wParam parameters from PRINTDLG_WMInitDialog and PRINTDLG_WMI...
Gerald Pfeifer [Sun, 28 Feb 2010 12:22:24 +0000 (13:22 +0100)] 
comdlg32: Remove unused wParam parameters from PRINTDLG_WMInitDialog and PRINTDLG_WMInitDialogW.

14 years agoextrac32: Enhance command-line parsing.
Andrey Turkin [Sun, 28 Feb 2010 14:50:16 +0000 (17:50 +0300)] 
extrac32: Enhance command-line parsing.

14 years agontdll: Add initial support for OpenBSD to fill_cpu_info.
Austin English [Sun, 28 Feb 2010 04:07:10 +0000 (22:07 -0600)] 
ntdll: Add initial support for OpenBSD to fill_cpu_info.

14 years agorichedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NUMBYTES.
David Hedberg [Sat, 27 Feb 2010 16:58:16 +0000 (17:58 +0100)] 
richedit: GTL_PRECISE to GETTEXTLENGTHEX implies GTL_NUMBYTES.

If GTL_PRECISE is passed without specifying either GTL_NUMCHARS or
GTL_NUMBYTES, behave as if GTL_NUMBYTES was passed.

14 years agorichedit: Make zooming affect all pictures.
Dylan Smith [Sat, 27 Feb 2010 18:31:07 +0000 (13:31 -0500)] 
richedit: Make zooming affect all pictures.

14 years agorichedit: Documented paragraph border widths are in points not pixels.
Dylan Smith [Sat, 27 Feb 2010 18:31:02 +0000 (13:31 -0500)] 
richedit: Documented paragraph border widths are in points not pixels.

The border widths documented by msdn are in points which are 72 dpi, which
is not equivalent to pixels (normally 96 dpi). I pre-converted all the
border widths to 96 dpi resolution since this avoids needed to store
fractions, and often avoids the need for convertion to the displays
resolution.

14 years agomsvcrt20: Forward more functions to msvcrt.dll.
Detlef Riekenberg [Fri, 26 Feb 2010 16:00:57 +0000 (17:00 +0100)] 
msvcrt20: Forward more functions to msvcrt.dll.

14 years agomsvcr71: Forward more functions to msvcrt.dll.
Detlef Riekenberg [Fri, 26 Feb 2010 15:58:54 +0000 (16:58 +0100)] 
msvcr71: Forward more functions to msvcrt.dll.

14 years agomakefiles: Make sure that makedep is rebuilt before updating dependencies in tools.
Alexandre Julliard [Fri, 26 Feb 2010 15:56:23 +0000 (16:56 +0100)] 
makefiles: Make sure that makedep is rebuilt before updating dependencies in tools.

14 years agomsi: The table for isolated components is called IsolatedComponent.
Hans Leidekker [Fri, 26 Feb 2010 13:09:29 +0000 (14:09 +0100)] 
msi: The table for isolated components is called IsolatedComponent.

14 years agomsi: Remove empty directories as part of the RemoveFiles action.
Hans Leidekker [Fri, 26 Feb 2010 13:09:02 +0000 (14:09 +0100)] 
msi: Remove empty directories as part of the RemoveFiles action.

14 years agomshtml: Test IHTMLScriptElement_put_type.
Adam Petaccia [Thu, 25 Feb 2010 21:55:27 +0000 (16:55 -0500)] 
mshtml: Test IHTMLScriptElement_put_type.

14 years agomshtml: Implement HTMLScriptElement_put_type.
Adam Petaccia [Thu, 25 Feb 2010 21:55:22 +0000 (16:55 -0500)] 
mshtml: Implement HTMLScriptElement_put_type.

14 years agogdiplus: Basic implementation of GdipGetNearestColor with changes to test to reflect...
Justin Chevrier [Fri, 26 Feb 2010 02:45:55 +0000 (21:45 -0500)] 
gdiplus: Basic implementation of GdipGetNearestColor with changes to test to reflect fixes.

14 years agogdiplus/test: Add GdipGetNearestColor test.
Justin Chevrier [Fri, 26 Feb 2010 02:45:54 +0000 (21:45 -0500)] 
gdiplus/test: Add GdipGetNearestColor test.

14 years agontdll/tests: Add some test cases for Wow64 registry redirection.
Alexandre Julliard [Fri, 26 Feb 2010 12:32:37 +0000 (13:32 +0100)] 
ntdll/tests: Add some test cases for Wow64 registry redirection.

14 years agotools: Register dispex.dll.
Huw Davies [Thu, 25 Feb 2010 19:01:37 +0000 (19:01 +0000)] 
tools: Register dispex.dll.

14 years agocomctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the...
Reece Dunn [Fri, 26 Feb 2010 07:20:12 +0000 (07:20 +0000)] 
comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the correct size is returned.

14 years agowineconsole: Handle mouse wheel scrolling for user backend.
Dylan Smith [Fri, 26 Feb 2010 00:15:13 +0000 (19:15 -0500)] 
wineconsole: Handle mouse wheel scrolling for user backend.

The mouse wheel will scroll if the buffer height is greater than the
console window's height in lines, otherwise console mouse input events
are generated.

14 years agowordpad: Update German print preview translation.
Detlef Riekenberg [Thu, 25 Feb 2010 22:02:41 +0000 (23:02 +0100)] 
wordpad: Update German print preview translation.

14 years agowordpad: Update Lithuanian translation.
Aurimas Fišeras [Thu, 25 Feb 2010 18:56:27 +0000 (20:56 +0200)] 
wordpad: Update Lithuanian translation.

14 years agonotepad: Implement printing to file.
Vitaly Perov [Thu, 25 Feb 2010 16:36:04 +0000 (19:36 +0300)] 
notepad: Implement printing to file.

14 years agodispex: Add a stub dispex.dll.
Huw Davies [Thu, 25 Feb 2010 14:35:19 +0000 (14:35 +0000)] 
dispex: Add a stub dispex.dll.

14 years agoinclude: Add IProvideRuntimeContext and a few annotations.
Huw Davies [Thu, 25 Feb 2010 14:34:08 +0000 (14:34 +0000)] 
include: Add IProvideRuntimeContext and a few annotations.

14 years agomsi: Add tests for removing registry values.
Hans Leidekker [Thu, 25 Feb 2010 14:17:43 +0000 (15:17 +0100)] 
msi: Add tests for removing registry values.

14 years agomsi: Implement the RemoveRegistryValues standard action.
Hans Leidekker [Thu, 25 Feb 2010 14:17:11 +0000 (15:17 +0100)] 
msi: Implement the RemoveRegistryValues standard action.

14 years agooleaut32: Update TypeInfo flags when object inherits IDispatch.
Piotr Caban [Thu, 25 Feb 2010 14:08:11 +0000 (15:08 +0100)] 
oleaut32: Update TypeInfo flags when object inherits IDispatch.

14 years agooleaut32: Added ITypeLib2_GetDocumentation implementation.
Piotr Caban [Thu, 25 Feb 2010 14:22:52 +0000 (15:22 +0100)] 
oleaut32: Added ITypeLib2_GetDocumentation implementation.

14 years agooleaut32: Added ITypeLib2_GetLibAttr implementation.
Piotr Caban [Thu, 25 Feb 2010 14:07:13 +0000 (15:07 +0100)] 
oleaut32: Added ITypeLib2_GetLibAttr implementation.

14 years agooleaut32: Correctly marshal NULL interface ptrs.
Huw Davies [Thu, 25 Feb 2010 13:48:22 +0000 (13:48 +0000)] 
oleaut32: Correctly marshal NULL interface ptrs.

14 years agogdiplus: Stub GdipGetRegionScansCount.
Vincent Povirk [Wed, 24 Feb 2010 23:36:54 +0000 (17:36 -0600)] 
gdiplus: Stub GdipGetRegionScansCount.

14 years agogdiplus: Stub GdipGetImageItemData.
Vincent Povirk [Wed, 24 Feb 2010 23:25:49 +0000 (17:25 -0600)] 
gdiplus: Stub GdipGetImageItemData.

14 years agogdiplus: Free the attached HBITMAP when destroying Bitmap objects.
Vincent Povirk [Wed, 24 Feb 2010 23:01:39 +0000 (17:01 -0600)] 
gdiplus: Free the attached HBITMAP when destroying Bitmap objects.

14 years agowordpad: Show page numbers in statusbar for print preview.
Dylan Smith [Thu, 25 Feb 2010 06:50:01 +0000 (01:50 -0500)] 
wordpad: Show page numbers in statusbar for print preview.

14 years agogdi32: Fix the DeleteDC test failures under Win9x.
Dmitry Timoshkov [Thu, 25 Feb 2010 05:17:44 +0000 (13:17 +0800)] 
gdi32: Fix the DeleteDC test failures under Win9x.

14 years agoole32: Fix the HGLOBAL stream Seek implementation.
Reece Dunn [Thu, 25 Feb 2010 09:14:37 +0000 (09:14 +0000)] 
ole32: Fix the HGLOBAL stream Seek implementation.

14 years agoole32/tests: Improve the HGLOBAL stream tests for Seek.
Reece Dunn [Thu, 25 Feb 2010 09:02:13 +0000 (09:02 +0000)] 
ole32/tests: Improve the HGLOBAL stream tests for Seek.

14 years agowinmm/tests: Fix test condition in test_midiStream().
Gerald Pfeifer [Tue, 23 Feb 2010 23:07:42 +0000 (00:07 +0100)] 
winmm/tests: Fix test condition in test_midiStream().

14 years agoatl: Properly release registrar in do_register_dll_server.
Jacek Caban [Wed, 24 Feb 2010 20:57:48 +0000 (21:57 +0100)] 
atl: Properly release registrar in do_register_dll_server.

14 years agoatl: Don't add CLSID_ATLRegistrar replacement in do_register_dll_server.
Jacek Caban [Wed, 24 Feb 2010 20:57:26 +0000 (21:57 +0100)] 
atl: Don't add CLSID_ATLRegistrar replacement in do_register_dll_server.

14 years agooleaut32/tests: Add some tests.
André Hentschel [Wed, 24 Feb 2010 18:09:22 +0000 (19:09 +0100)] 
oleaut32/tests: Add some tests.

14 years agoinclude: Don't accidentally redefine a member in struct _IRP (LLVM/Clang).
Charles Davis [Wed, 24 Feb 2010 16:50:03 +0000 (09:50 -0700)] 
include: Don't accidentally redefine a member in struct _IRP (LLVM/Clang).

14 years agotests: The ok() macro shouldn't return a value.
Alexandre Julliard [Wed, 24 Feb 2010 15:48:07 +0000 (16:48 +0100)] 
tests: The ok() macro shouldn't return a value.

14 years agokernel32/tests: Fix broken usage of the ok() macro return value.
Alexandre Julliard [Wed, 24 Feb 2010 15:47:48 +0000 (16:47 +0100)] 
kernel32/tests: Fix broken usage of the ok() macro return value.

Spotted by Yann Droneaud.

14 years agontdll/tests: Fix a crash on some Vista boxes.
Paul Vriens [Wed, 24 Feb 2010 14:33:01 +0000 (15:33 +0100)] 
ntdll/tests: Fix a crash on some Vista boxes.

14 years agocomctl32/tests: Fix broken check of the ok() macro return value.
Alexandre Julliard [Wed, 24 Feb 2010 15:04:18 +0000 (16:04 +0100)] 
comctl32/tests: Fix broken check of the ok() macro return value.

Spotted by Yann Droneaud.

14 years agouser32/tests: Fix broken check of the ok() macro return value.
Alexandre Julliard [Wed, 24 Feb 2010 15:04:11 +0000 (16:04 +0100)] 
user32/tests: Fix broken check of the ok() macro return value.

Spotted by Yann Droneaud.

14 years agoshell32/tests: Fix broken check of the ok() macro return value.
Alexandre Julliard [Wed, 24 Feb 2010 15:04:05 +0000 (16:04 +0100)] 
shell32/tests: Fix broken check of the ok() macro return value.

Spotted by Yann Droneaud.

14 years agoshell32/tests: Don't use the return value of the ok macro.
Alexandre Julliard [Wed, 24 Feb 2010 15:03:15 +0000 (16:03 +0100)] 
shell32/tests: Don't use the return value of the ok macro.

14 years agouser32: DeleteDC() should allow to delete a DC returned by GetDC().
Dmitry Timoshkov [Wed, 24 Feb 2010 14:44:41 +0000 (22:44 +0800)] 
user32: DeleteDC() should allow to delete a DC returned by GetDC().

14 years agouser32: Use whole window rectangle for UpdateLayeredWindow.
Nikolay Sivov [Wed, 24 Feb 2010 14:30:48 +0000 (17:30 +0300)] 
user32: Use whole window rectangle for UpdateLayeredWindow.

14 years agooleaut32: Added implementation of ITypeInfo2_GetRefTypeOfImplType.
Piotr Caban [Wed, 24 Feb 2010 13:28:09 +0000 (14:28 +0100)] 
oleaut32: Added implementation of ITypeInfo2_GetRefTypeOfImplType.

14 years agooleaut32: Added implementation of ITypeInfo2_GetImplTypeFlags.
Piotr Caban [Wed, 24 Feb 2010 13:27:46 +0000 (14:27 +0100)] 
oleaut32: Added implementation of ITypeInfo2_GetImplTypeFlags.

14 years agooleaut32/tests: Remove incorrect test.
Piotr Caban [Wed, 24 Feb 2010 13:26:57 +0000 (14:26 +0100)] 
oleaut32/tests: Remove incorrect test.

This test is crashing on some systems.

14 years agooleaut32: Improve TKIND_COCLASS handling while creating typelib.
Piotr Caban [Wed, 24 Feb 2010 13:26:32 +0000 (14:26 +0100)] 
oleaut32: Improve TKIND_COCLASS handling while creating typelib.

14 years agooleaut32: Fix importfile searching in ctl2_alloc_importinfo.
Piotr Caban [Wed, 24 Feb 2010 13:25:55 +0000 (14:25 +0100)] 
oleaut32: Fix importfile searching in ctl2_alloc_importinfo.

14 years agooleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.
Piotr Caban [Wed, 24 Feb 2010 13:24:12 +0000 (14:24 +0100)] 
oleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.

14 years agowinex11.drv: Add a new debug channel for XIM.
Kusanagi Kouichi [Wed, 24 Feb 2010 11:04:14 +0000 (20:04 +0900)] 
winex11.drv: Add a new debug channel for XIM.

14 years agowinex11.drv: There seems to be nothing to be done for IMN_SETOPENSTATUS.
Kusanagi Kouichi [Wed, 24 Feb 2010 11:04:01 +0000 (20:04 +0900)] 
winex11.drv: There seems to be nothing to be done for IMN_SETOPENSTATUS.

14 years agowinex11.drv: Generate IME messages as needed.
Kusanagi Kouichi [Wed, 24 Feb 2010 11:03:44 +0000 (20:03 +0900)] 
winex11.drv: Generate IME messages as needed.

14 years agogdi32: Dump GDI objects in the case of running out of GDI handles.
Dmitry Timoshkov [Wed, 24 Feb 2010 09:11:32 +0000 (17:11 +0800)] 
gdi32: Dump GDI objects in the case of running out of GDI handles.

14 years agowinmm/tests: Fix transient notification error: messages may arrive late.
Jörg Höhle [Tue, 23 Feb 2010 18:19:12 +0000 (19:19 +0100)] 
winmm/tests: Fix transient notification error: messages may arrive late.

14 years agowordpad: Number of preview pages to show when unzoomed is persistent.
Dylan Smith [Wed, 24 Feb 2010 07:29:02 +0000 (02:29 -0500)] 
wordpad: Number of preview pages to show when unzoomed is persistent.

Either one or two pages may be shown in print preview when zoomed out.
This value is stored in the registry in native wordpad, and preserved
while opening and closing the print preview.  Zooming in will only show one
page, but the pages shown value must be saved because it will return to the
preview pages shown value after unzooming completely. If two pages should
be shown when there is only one page of text, then a second blank page is
shown.

14 years agowordpad: Added zoom cursor for print preview.
Dylan Smith [Wed, 24 Feb 2010 07:28:57 +0000 (02:28 -0500)] 
wordpad: Added zoom cursor for print preview.

In print preview you can zoom in by left clicking on one of the pages.  The
zoom cursor is displayed whenever the mouse is over the page to indicate to
the user that they can zoom in.  When fully zoomed in it will zoom out when
this is done again.  When clicking on the second page, it will zoom into
that page.

14 years agomsvcrt: Implement _mbctombb.
David Hedberg [Wed, 24 Feb 2010 03:52:52 +0000 (04:52 +0100)] 
msvcrt: Implement _mbctombb.

14 years agomakefiles: Remove makedep only after everything else has been cleaned.
Alexandre Julliard [Wed, 24 Feb 2010 11:26:11 +0000 (12:26 +0100)] 
makefiles: Remove makedep only after everything else has been cleaned.

14 years agontdll: Mac: Fix leak of send right for Mach thread port.
Ken Thomases [Wed, 24 Feb 2010 06:52:13 +0000 (00:52 -0600)] 
ntdll: Mac: Fix leak of send right for Mach thread port.

The leaked send right kept the port alive for threads that are gone.  For
processes which create a lot of threads, this can cause performance problems.

14 years agouser32: Intersect with passed dirty rectangle while blitting.
Nikolay Sivov [Tue, 23 Feb 2010 21:20:12 +0000 (00:20 +0300)] 
user32: Intersect with passed dirty rectangle while blitting.

14 years agouser32/tests: Test to show that caption added for WS_EX_LAYERED as well.
Nikolay Sivov [Tue, 23 Feb 2010 18:18:26 +0000 (13:18 -0500)] 
user32/tests: Test to show that caption added for WS_EX_LAYERED as well.

14 years agoquartz: Do not assert() the existence of a media format of an input pin.
Paul Chitescu [Tue, 23 Feb 2010 20:37:40 +0000 (22:37 +0200)] 
quartz: Do not assert() the existence of a media format of an input pin.

14 years agoextrac32: Implement /C mode.
Andrey Turkin [Tue, 23 Feb 2010 15:41:47 +0000 (18:41 +0300)] 
extrac32: Implement /C mode.

14 years agokernel32: Use TEB-based buffer in CreateMutexExA.
Andrey Turkin [Tue, 23 Feb 2010 15:41:27 +0000 (18:41 +0300)] 
kernel32: Use TEB-based buffer in CreateMutexExA.

14 years agoshell32: Allow copy operation to overwrite an existing write protected file + tests.
Christian Costa [Tue, 23 Feb 2010 08:53:23 +0000 (09:53 +0100)] 
shell32: Allow copy operation to overwrite an existing write protected file + tests.

14 years agomakefiles: Add some shell function helpers to generate the makefile rules.
Alexandre Julliard [Tue, 23 Feb 2010 13:24:57 +0000 (14:24 +0100)] 
makefiles: Add some shell function helpers to generate the makefile rules.

14 years agomakefiles: Always build dependencies by default and get rid of the auto-depend rules.
Alexandre Julliard [Tue, 23 Feb 2010 12:44:55 +0000 (13:44 +0100)] 
makefiles: Always build dependencies by default and get rid of the auto-depend rules.

14 years agomakefiles: Always generate the subdirs makefiles from the main makefile.
Alexandre Julliard [Tue, 23 Feb 2010 12:33:52 +0000 (13:33 +0100)] 
makefiles: Always generate the subdirs makefiles from the main makefile.

14 years agowininet: Fix a memory leak.
Hans Leidekker [Tue, 23 Feb 2010 12:03:37 +0000 (13:03 +0100)] 
wininet: Fix a memory leak.

Found by Valgrind.

14 years agomsi: Add tests for creating and removing duplicate files.
Hans Leidekker [Tue, 23 Feb 2010 12:00:18 +0000 (13:00 +0100)] 
msi: Add tests for creating and removing duplicate files.

14 years agomsi: Implement the RemoveDuplicateFiles standard action.
Hans Leidekker [Tue, 23 Feb 2010 11:59:52 +0000 (12:59 +0100)] 
msi: Implement the RemoveDuplicateFiles standard action.

14 years agokrnl386.exe: Add an explicit name check to allow importing user.exe and gdi.exe even...
Alexandre Julliard [Tue, 23 Feb 2010 12:30:52 +0000 (13:30 +0100)] 
krnl386.exe: Add an explicit name check to allow importing user.exe and gdi.exe even if not loaded already.

14 years agowinex11: Switch owner window to managed when displaying one of its popups.
Alexandre Julliard [Tue, 23 Feb 2010 11:35:10 +0000 (12:35 +0100)] 
winex11: Switch owner window to managed when displaying one of its popups.

14 years agowinex11: Windows that own popups should be managed.
Alexandre Julliard [Tue, 23 Feb 2010 11:34:19 +0000 (12:34 +0100)] 
winex11: Windows that own popups should be managed.

14 years agowinex11: Make sure that the owner window exists when setting the transient for attribute.
Alexandre Julliard [Tue, 23 Feb 2010 11:33:01 +0000 (12:33 +0100)] 
winex11: Make sure that the owner window exists when setting the transient for attribute.

14 years agoshlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.
Reece Dunn [Tue, 23 Feb 2010 07:39:05 +0000 (07:39 +0000)] 
shlwapi/tests: Skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.

14 years agouser32/tests: Fix a failure message trace.
Andrew Nguyen [Tue, 23 Feb 2010 07:16:26 +0000 (01:16 -0600)] 
user32/tests: Fix a failure message trace.

14 years agouser32: Ensure that WM_INITDIALOG passes the first tabstop control handle to the...
Andrew Nguyen [Tue, 23 Feb 2010 07:16:18 +0000 (01:16 -0600)] 
user32: Ensure that WM_INITDIALOG passes the first tabstop control handle to the dialog procedure.

14 years agomsvcrt: Implement _ismbclegal.
David Hedberg [Tue, 23 Feb 2010 06:05:44 +0000 (07:05 +0100)] 
msvcrt: Implement _ismbclegal.

14 years agomsvcrt: Add trail bytes info for codepage 1361.
David Hedberg [Tue, 23 Feb 2010 05:43:12 +0000 (06:43 +0100)] 
msvcrt: Add trail bytes info for codepage 1361.

14 years agoserver: Check create_event return value in console creation.
XueFeng Chang [Tue, 23 Feb 2010 03:54:28 +0000 (11:54 +0800)] 
server: Check create_event return value in console creation.

14 years agooleaut32/tests: Added more typelib creation tests.
Piotr Caban [Mon, 22 Feb 2010 22:16:19 +0000 (23:16 +0100)] 
oleaut32/tests: Added more typelib creation tests.

14 years agooleaut32: Improved implementation of ICreateTypeInfo2_fnAddImplType.
Piotr Caban [Mon, 22 Feb 2010 22:15:42 +0000 (23:15 +0100)] 
oleaut32: Improved implementation of ICreateTypeInfo2_fnAddImplType.

14 years agooleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.
Piotr Caban [Mon, 22 Feb 2010 22:15:09 +0000 (23:15 +0100)] 
oleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.

14 years agooleaut32: Improved ICreateTypeInfo2_AddRefTypeInfo implementation.
Piotr Caban [Mon, 22 Feb 2010 22:14:40 +0000 (23:14 +0100)] 
oleaut32: Improved ICreateTypeInfo2_AddRefTypeInfo implementation.

14 years agooleaut32/tests: Added VT_PTR tests in function arguments.
Piotr Caban [Mon, 22 Feb 2010 22:14:12 +0000 (23:14 +0100)] 
oleaut32/tests: Added VT_PTR tests in function arguments.

14 years agooleaut32: Improved ICreateTypeInfo2_SetFuncAndParamNames implementation.
Piotr Caban [Mon, 22 Feb 2010 22:13:42 +0000 (23:13 +0100)] 
oleaut32: Improved ICreateTypeInfo2_SetFuncAndParamNames implementation.

14 years agooleaut32: Added VT_BSTR handling to ctl2_add_default_value.
Piotr Caban [Mon, 22 Feb 2010 22:13:14 +0000 (23:13 +0100)] 
oleaut32: Added VT_BSTR handling to ctl2_add_default_value.

14 years agooleaut32: Added more arguments with default values handling.
Piotr Caban [Mon, 22 Feb 2010 22:12:45 +0000 (23:12 +0100)] 
oleaut32: Added more arguments with default values handling.

14 years agooleaut32: Added partial ICreateTypeInfo2_AddFuncDesc arguments with default values...
Piotr Caban [Mon, 22 Feb 2010 22:11:57 +0000 (23:11 +0100)] 
oleaut32: Added partial ICreateTypeInfo2_AddFuncDesc arguments with default values handling.

14 years agontdll/tests: Test NtCreateFile with an invalid filename.
Stefan Leichter [Mon, 22 Feb 2010 21:37:04 +0000 (22:37 +0100)] 
ntdll/tests: Test NtCreateFile with an invalid filename.