wine
15 years agomciqtz32: Add stubbed mciqtz32.dll (part of DirectShow).
Christian Costa [Thu, 26 Feb 2009 22:27:36 +0000 (23:27 +0100)] 
mciqtz32: Add stubbed mciqtz32.dll (part of DirectShow).

15 years agomcicda: Partially handle Play notifications.
Chris Robinson [Thu, 26 Feb 2009 16:49:42 +0000 (08:49 -0800)] 
mcicda: Partially handle Play notifications.

15 years agomcicda: Play back an audio CD digitally, when possible.
Chris Robinson [Thu, 26 Feb 2009 16:46:49 +0000 (08:46 -0800)] 
mcicda: Play back an audio CD digitally, when possible.

15 years agowinecfg: Offer a few more dlls in the load order drop-down list.
Alexandre Julliard [Fri, 27 Feb 2009 15:05:30 +0000 (16:05 +0100)] 
winecfg: Offer a few more dlls in the load order drop-down list.

15 years agomsctf: Use ITfCategoryMgr::FindClosestCategory to set catid when enuming language...
Aric Stewart [Mon, 23 Feb 2009 20:22:38 +0000 (14:22 -0600)] 
msctf: Use ITfCategoryMgr::FindClosestCategory to set catid when enuming language profiles.

15 years agomsctf: Implement ITfCategoryMgr::FindClosestCategory.
Aric Stewart [Mon, 23 Feb 2009 20:22:30 +0000 (14:22 -0600)] 
msctf: Implement ITfCategoryMgr::FindClosestCategory.

15 years agomshtml: Show IPersistHistory interface is supported.
Alistair Leslie-Hughes [Thu, 26 Feb 2009 10:39:36 +0000 (21:39 +1100)] 
mshtml: Show IPersistHistory interface is supported.

15 years agouuid: Add IID_PersistHistory GUID.
Alistair Leslie-Hughes [Fri, 27 Feb 2009 09:09:52 +0000 (20:09 +1100)] 
uuid: Add IID_PersistHistory GUID.

15 years agouser32: In SetMenuInfo() implement the MIM_APPLYTOSUBMENUS. Also set last error if...
Rein Klazes [Fri, 27 Feb 2009 08:17:58 +0000 (09:17 +0100)] 
user32: In SetMenuInfo() implement the MIM_APPLYTOSUBMENUS. Also set last error if called with invalid parameters with tests.

15 years agocomctl32: Make REBAR_StyleChanged respect wParam.
Igor Tarasov [Fri, 27 Feb 2009 02:30:03 +0000 (06:30 +0400)] 
comctl32: Make REBAR_StyleChanged respect wParam.

15 years agokernel32/tests: Fix overlapped named pipe test.
Vincent Povirk [Thu, 19 Feb 2009 22:49:55 +0000 (16:49 -0600)] 
kernel32/tests: Fix overlapped named pipe test.

The overlapped named pipe test calls GetOverlappedResult after all
operations in which it passes an overlapped structure, but it seems we
only get one when the functions fail with ERROR_IO_PENDING. I've
modified the test to account for that, and it seems to pass
consistently on Windows and Wine.

15 years agokernel32/tests: Remove a redundant check for ERROR_CALL_NOT_IMPLEMENTED.
Vincent Povirk [Tue, 24 Feb 2009 21:02:57 +0000 (15:02 -0600)] 
kernel32/tests: Remove a redundant check for ERROR_CALL_NOT_IMPLEMENTED.

15 years agogdi32: Revert an unrelated part of 028617b90ba586bdb30723c700eea888c159ada7.
Dmitry Timoshkov [Fri, 27 Feb 2009 09:57:39 +0000 (17:57 +0800)] 
gdi32: Revert an unrelated part of 028617b90ba586bdb30723c700eea888c159ada7.

It was not a very nice idea to break bitmap fonts which request a custom
width (therefore a transformation) in a patch that pretended to do something
unrelated.

15 years agowinemp3.acm: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 27 Feb 2009 09:52:30 +0000 (10:52 +0100)] 
winemp3.acm: Remove superfluous pointer casts.

15 years agofusion/tests: Fix some test failures on .NET 1.x.
Paul Vriens [Fri, 27 Feb 2009 09:04:26 +0000 (10:04 +0100)] 
fusion/tests: Fix some test failures on .NET 1.x.

15 years agofusion/tests: Fix a few test failures on .NET 1.x.
Paul Vriens [Fri, 27 Feb 2009 08:51:15 +0000 (09:51 +0100)] 
fusion/tests: Fix a few test failures on .NET 1.x.

15 years agod3d10: Add an initial effect parser.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)] 
d3d10: Add an initial effect parser.

15 years agod3d10: Add some code for parsing DXBC data.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)] 
d3d10: Add some code for parsing DXBC data.

15 years agod3d10: Add the _D3D10_SHADER_MACRO struct.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)] 
d3d10: Add the _D3D10_SHADER_MACRO struct.

15 years agod3d10: Add the D3D10_SHADER flags.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)] 
d3d10: Add the D3D10_SHADER flags.

15 years agod3d10: Add the ID3D10EffectPass interface.
Henri Verbeet [Fri, 27 Feb 2009 08:29:48 +0000 (09:29 +0100)] 
d3d10: Add the ID3D10EffectPass interface.

15 years agospoolss: Implement GetPrinterDriverDirectoryW.
Detlef Riekenberg [Fri, 27 Feb 2009 04:31:23 +0000 (05:31 +0100)] 
spoolss: Implement GetPrinterDriverDirectoryW.

15 years agocrypt32: Fix more test failures on Win9x.
Juan Lang [Thu, 26 Feb 2009 16:32:38 +0000 (08:32 -0800)] 
crypt32: Fix more test failures on Win9x.

15 years agowined3d: Create a common sampling function in GLSL.
Stefan Dösinger [Wed, 25 Feb 2009 16:06:05 +0000 (17:06 +0100)] 
wined3d: Create a common sampling function in GLSL.

This way the individual instruction handlers don't have to bother about the
color correction, and there's now a single place to implement fixup dependent
sampling writemask selection.

15 years agowined3d: Make shader_glsl_get_sample_function aware of *Lod functions.
Stefan Dösinger [Wed, 25 Feb 2009 14:37:34 +0000 (15:37 +0100)] 
wined3d: Make shader_glsl_get_sample_function aware of *Lod functions.

15 years agowined3d: Put the color_correction calls into the instruction handlers.
Stefan Dösinger [Mon, 16 Feb 2009 13:58:52 +0000 (14:58 +0100)] 
wined3d: Put the color_correction calls into the instruction handlers.

The color correction cannot be done behind the back of the individual
instruction handlers because it might conflict with the instruction's
color modifications and the D3D provided writemask.

15 years agoole32/tests: win9x and winnt don't include the trailing '\0'.
Huw Davies [Thu, 26 Feb 2009 12:48:11 +0000 (12:48 +0000)] 
ole32/tests: win9x and winnt don't include the trailing '\0'.

15 years agoshlwapi/tests: Fix remaining test failures on several platforms.
Paul Vriens [Thu, 26 Feb 2009 12:48:52 +0000 (13:48 +0100)] 
shlwapi/tests: Fix remaining test failures on several platforms.

15 years agomshtml: Add idl for IPersistHistory interface.
Alistair Leslie-Hughes [Thu, 26 Feb 2009 10:32:57 +0000 (21:32 +1100)] 
mshtml: Add idl for IPersistHistory interface.

15 years agouser32/tests: Fix some message sequences for Win9x.
Alexandre Julliard [Thu, 26 Feb 2009 13:28:38 +0000 (14:28 +0100)] 
user32/tests: Fix some message sequences for Win9x.

15 years agomsi: Add reinstall tests.
Hans Leidekker [Thu, 26 Feb 2009 09:50:01 +0000 (10:50 +0100)] 
msi: Add reinstall tests.

Based on a patch by Aric Stewart.

15 years agorichedit: Avoid crashing if TxSendMessage is called with NULL plresult.
Dylan Smith [Thu, 26 Feb 2009 08:43:14 +0000 (03:43 -0500)] 
richedit: Avoid crashing if TxSendMessage is called with NULL plresult.

15 years agoddraw: Implement ComputeSphereVisibility.
David Adam [Thu, 26 Feb 2009 07:55:07 +0000 (08:55 +0100)] 
ddraw: Implement ComputeSphereVisibility.

15 years agoconfigure: Disable 16-bit code by default for Mingw builds.
Alexandre Julliard [Thu, 26 Feb 2009 14:00:12 +0000 (15:00 +0100)] 
configure: Disable 16-bit code by default for Mingw builds.

15 years agokernel32: Make winhelp.exe into a stand-alone 16-bit executable.
Alexandre Julliard [Tue, 24 Feb 2009 17:22:47 +0000 (18:22 +0100)] 
kernel32: Make winhelp.exe into a stand-alone 16-bit executable.

15 years agokernel32: Make winoldap.mod into a stand-alone 16-bit executable.
Alexandre Julliard [Tue, 24 Feb 2009 17:21:02 +0000 (18:21 +0100)] 
kernel32: Make winoldap.mod into a stand-alone 16-bit executable.

15 years agokernel32: Make sure the process has an entry point before starting it.
Alexandre Julliard [Thu, 26 Feb 2009 12:19:43 +0000 (13:19 +0100)] 
kernel32: Make sure the process has an entry point before starting it.

15 years agokernel32: Add support for loading stand-alone 16-bit modules.
Alexandre Julliard [Tue, 24 Feb 2009 17:09:09 +0000 (18:09 +0100)] 
kernel32: Add support for loading stand-alone 16-bit modules.

15 years agowinecrt0: Add entry point code for stand-alone 16-bit executables.
Alexandre Julliard [Tue, 24 Feb 2009 17:05:57 +0000 (18:05 +0100)] 
winecrt0: Add entry point code for stand-alone 16-bit executables.

15 years agowinebuild: Add support for generating stand-alone 16-bit modules.
Alexandre Julliard [Tue, 24 Feb 2009 17:02:15 +0000 (18:02 +0100)] 
winebuild: Add support for generating stand-alone 16-bit modules.

This is done by wrapping them inside an empty 32-bit module.

15 years agowinebuild: Allow the module entry point to be NULL.
Alexandre Julliard [Tue, 24 Feb 2009 16:53:06 +0000 (17:53 +0100)] 
winebuild: Allow the module entry point to be NULL.

15 years agowinebuild: Make the 16-bit DOS header a local symbol.
Alexandre Julliard [Tue, 24 Feb 2009 16:47:09 +0000 (17:47 +0100)] 
winebuild: Make the 16-bit DOS header a local symbol.

15 years agowinex11.drv: Map Super_L, Super_R, and Menu keys correctly.
David Korth [Thu, 26 Feb 2009 03:26:53 +0000 (22:26 -0500)] 
winex11.drv: Map Super_L, Super_R, and Menu keys correctly.

15 years agoiphlpapi: Fix Solaris build error due to ERR redefinition.
Thomas Kho [Thu, 26 Feb 2009 10:56:39 +0000 (02:56 -0800)] 
iphlpapi: Fix Solaris build error due to ERR redefinition.

15 years agoddrawex/tests: Fix some test failures on W95.
Paul Vriens [Thu, 26 Feb 2009 08:45:00 +0000 (09:45 +0100)] 
ddrawex/tests: Fix some test failures on W95.

15 years agotwain_32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:33 +0000 (09:45 +0100)] 
twain_32/tests: Use win_skip() to skip over unimplemented functionality.

15 years agocomctl32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:25 +0000 (09:45 +0100)] 
comctl32/tests: Use win_skip() to skip over unimplemented functionality.

15 years agoadvpack/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:17 +0000 (09:45 +0100)] 
advpack/tests: Use win_skip() to skip over unimplemented functionality.

15 years agoadvapi32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Thu, 26 Feb 2009 08:45:07 +0000 (09:45 +0100)] 
advapi32/tests: Use win_skip() to skip over unimplemented functionality.

15 years agod3d10: Add a stub ID3D10Effect implementation.
Henri Verbeet [Thu, 26 Feb 2009 08:00:01 +0000 (09:00 +0100)] 
d3d10: Add a stub ID3D10Effect implementation.

15 years agod3d10: Add the ID3D10EffectPool interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:01 +0000 (09:00 +0100)] 
d3d10: Add the ID3D10EffectPool interface.

15 years agod3d10: Add the ID3D10Effect interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:00 +0000 (09:00 +0100)] 
d3d10: Add the ID3D10Effect interface.

15 years agod3d10: Add the ID3D10EffectTechnique interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:00 +0000 (09:00 +0100)] 
d3d10: Add the ID3D10EffectTechnique interface.

15 years agod3d10: Add the ID3D10EffectConstantBuffer interface.
Henri Verbeet [Thu, 26 Feb 2009 08:00:00 +0000 (09:00 +0100)] 
d3d10: Add the ID3D10EffectConstantBuffer interface.

15 years agomsi: Fix a failing test on win9x.
James Hawkins [Thu, 26 Feb 2009 05:14:28 +0000 (21:14 -0800)] 
msi: Fix a failing test on win9x.

15 years agomsi: Trace the username to help debug test failures on certain machines.
James Hawkins [Thu, 26 Feb 2009 04:15:37 +0000 (20:15 -0800)] 
msi: Trace the username to help debug test failures on certain machines.

15 years agomsi: Fix a failing test on win9x.
James Hawkins [Thu, 26 Feb 2009 04:15:31 +0000 (20:15 -0800)] 
msi: Fix a failing test on win9x.

15 years agomsi: Don't create a temporary table that is not held.
James Hawkins [Thu, 26 Feb 2009 03:45:28 +0000 (19:45 -0800)] 
msi: Don't create a temporary table that is not held.

15 years agomsi: A non-temporary table cannot have a temporary primary key.
James Hawkins [Thu, 26 Feb 2009 03:45:22 +0000 (19:45 -0800)] 
msi: A non-temporary table cannot have a temporary primary key.

15 years agomsi: The _Tables and _Columns tables have no persistence attribute.
James Hawkins [Thu, 26 Feb 2009 03:45:15 +0000 (19:45 -0800)] 
msi: The _Tables and _Columns tables have no persistence attribute.

15 years agomsi: Make sure the view being updated is the same view the record was fetched from.
James Hawkins [Thu, 26 Feb 2009 03:44:46 +0000 (19:44 -0800)] 
msi: Make sure the view being updated is the same view the record was fetched from.

15 years agomsi: Set field zero to the name of the table containing the primary keys.
James Hawkins [Thu, 26 Feb 2009 03:44:09 +0000 (19:44 -0800)] 
msi: Set field zero to the name of the table containing the primary keys.

15 years agomsi: Add tests for field zero of a record.
James Hawkins [Thu, 26 Feb 2009 03:44:01 +0000 (19:44 -0800)] 
msi: Add tests for field zero of a record.

15 years agomsi: Make sure a constant string's quotes match up.
James Hawkins [Thu, 26 Feb 2009 03:43:54 +0000 (19:43 -0800)] 
msi: Make sure a constant string's quotes match up.

15 years agomakefiles: Avoid nested variable expansion that doesn't work on BSD make.
Alexandre Julliard [Thu, 26 Feb 2009 11:12:55 +0000 (12:12 +0100)] 
makefiles: Avoid nested variable expansion that doesn't work on BSD make.

15 years agosane.ds: Revise to match identity structures with partial information.
Jeremy White [Thu, 26 Feb 2009 02:58:51 +0000 (20:58 -0600)] 
sane.ds: Revise to match identity structures with partial information.

15 years agosane.ds: Fully support ICAP_PIXELTYPE.
Jeremy White [Thu, 26 Feb 2009 02:58:42 +0000 (20:58 -0600)] 
sane.ds: Fully support ICAP_PIXELTYPE.

15 years agosane.ds: Added support for ICAP_UNITS.
Jeremy White [Thu, 26 Feb 2009 02:58:34 +0000 (20:58 -0600)] 
sane.ds: Added support for ICAP_UNITS.

15 years agosane.ds: Add support for ICAP_BITDEPTH.
Jeremy White [Thu, 26 Feb 2009 02:58:25 +0000 (20:58 -0600)] 
sane.ds: Add support for ICAP_BITDEPTH.

15 years agoshell32: Add a message for opening files with no association.
Vincent Povirk [Thu, 26 Feb 2009 01:14:30 +0000 (19:14 -0600)] 
shell32: Add a message for opening files with no association.

15 years agourlmon: Make HttpProtocol implementation vtbl offset independent.
Jacek Caban [Thu, 26 Feb 2009 00:47:24 +0000 (01:47 +0100)] 
urlmon: Make HttpProtocol implementation vtbl offset independent.

15 years agoshdocvw/tests: Dump the guid for additional interfaces.
Detlef Riekenberg [Wed, 25 Feb 2009 23:20:00 +0000 (00:20 +0100)] 
shdocvw/tests: Dump the guid for additional interfaces.

15 years agomshtml/tests: Fix text in ok().
Detlef Riekenberg [Wed, 25 Feb 2009 21:59:00 +0000 (22:59 +0100)] 
mshtml/tests: Fix text in ok().

15 years agomshtml/tests: Fix typos from copy&paste.
Detlef Riekenberg [Wed, 25 Feb 2009 21:37:27 +0000 (22:37 +0100)] 
mshtml/tests: Fix typos from copy&paste.

15 years agocrypt32: Fix more test failures on Win9x.
Juan Lang [Wed, 25 Feb 2009 20:38:20 +0000 (12:38 -0800)] 
crypt32: Fix more test failures on Win9x.

15 years agorichedit: EM_SETOPTIONS modify format rect when selbar setting change.
Dylan Smith [Wed, 25 Feb 2009 21:18:36 +0000 (16:18 -0500)] 
richedit: EM_SETOPTIONS modify format rect when selbar setting change.

Before the code was modifying the format rect to compensate for space
being added or removed for the selection bar, but this should only
happen when the ECO_SELECTIONBAR setting bit changes.

15 years agowordpad: Sort tab stops by numeric value rather than as string.
Dylan Smith [Wed, 25 Feb 2009 20:15:25 +0000 (15:15 -0500)] 
wordpad: Sort tab stops by numeric value rather than as string.

The bug could be seen by inserting tabs stops 1cm, 2cm, & 10cm.  The
10cm tab stop would be inserted before 2cm since the comparison isn't
based on the numeric value.

15 years agowordpad: Show error when user tries to add more than max tab stops.
Dylan Smith [Wed, 25 Feb 2009 20:15:22 +0000 (15:15 -0500)] 
wordpad: Show error when user tries to add more than max tab stops.

Previously there was no such error, and if more than MAX_TAB_STOPS were
added, then some of the tab stops would be silently discarded.

15 years agoshell32: Implement Get/SetIDList on ShellItem objects.
Vincent Povirk [Fri, 13 Feb 2009 22:40:19 +0000 (16:40 -0600)] 
shell32: Implement Get/SetIDList on ShellItem objects.

15 years agouser32/tests: Fix some input tests on Win9x and NT4.
Alexandre Julliard [Wed, 25 Feb 2009 22:30:13 +0000 (23:30 +0100)] 
user32/tests: Fix some input tests on Win9x and NT4.

15 years agomlang: Implement IMLangFontLink_GetStrCodePages.
Dmitry Timoshkov [Wed, 25 Feb 2009 15:02:45 +0000 (23:02 +0800)] 
mlang: Implement IMLangFontLink_GetStrCodePages.

15 years agoshell32: Remove WINAPI on static functions where not needed.
Francois Gouget [Wed, 25 Feb 2009 14:49:02 +0000 (15:49 +0100)] 
shell32: Remove WINAPI on static functions where not needed.

15 years agoprograms: Get rid of the remaining binary wrappers, they break out-of-tree builds.
Alexandre Julliard [Wed, 25 Feb 2009 15:05:55 +0000 (16:05 +0100)] 
programs: Get rid of the remaining binary wrappers, they break out-of-tree builds.

15 years agofusion/tests: Directories with no dll or exe are not enumerated.
Paul Vriens [Wed, 25 Feb 2009 14:04:30 +0000 (15:04 +0100)] 
fusion/tests: Directories with no dll or exe are not enumerated.

15 years agoshlwapi/tests: Fix a few test failures on Win95 and some W2K.
Paul Vriens [Wed, 25 Feb 2009 13:04:57 +0000 (14:04 +0100)] 
shlwapi/tests: Fix a few test failures on Win95 and some W2K.

15 years agontdll: Default to WinXP version if there's nothing in the registry.
Alexandre Julliard [Wed, 25 Feb 2009 14:30:37 +0000 (15:30 +0100)] 
ntdll: Default to WinXP version if there's nothing in the registry.

15 years agomsi/tests: Add some tests for MsiEnumPatchesW, fix a few failures on XP.
Alexandre Julliard [Wed, 25 Feb 2009 14:04:45 +0000 (15:04 +0100)] 
msi/tests: Add some tests for MsiEnumPatchesW, fix a few failures on XP.

15 years agomsi: Fix handling of buffer sizes in MsiEnumPatchesA and avoid a redundant call to...
Alexandre Julliard [Wed, 25 Feb 2009 14:04:31 +0000 (15:04 +0100)] 
msi: Fix handling of buffer sizes in MsiEnumPatchesA and avoid a redundant call to MsiEnumPatchesW.

15 years agomshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat.
Alistair Leslie-Hughes [Wed, 25 Feb 2009 04:57:40 +0000 (15:57 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat.

15 years agomshtml: Implement IHTMLStyle get/put backgroundRepeat.
Alistair Leslie-Hughes [Wed, 25 Feb 2009 04:50:33 +0000 (15:50 +1100)] 
mshtml: Implement IHTMLStyle get/put backgroundRepeat.

15 years agomshtml: Implement IHTMLCurrentStyle_get_marginLeft.
Alistair Leslie-Hughes [Mon, 23 Feb 2009 09:53:32 +0000 (20:53 +1100)] 
mshtml: Implement IHTMLCurrentStyle_get_marginLeft.

15 years agoadvapi32: Add stub for GetSecurityInfoExA.
Paul Bryan Roberts [Mon, 23 Feb 2009 19:31:05 +0000 (19:31 +0000)] 
advapi32: Add stub for GetSecurityInfoExA.

15 years agod3d8/tests: Fix a test failure on some boxes.
Paul Vriens [Wed, 25 Feb 2009 11:12:50 +0000 (12:12 +0100)] 
d3d8/tests: Fix a test failure on some boxes.

15 years agod3d8/tests: Fix a test failure on VMware.
Paul Vriens [Wed, 25 Feb 2009 11:06:02 +0000 (12:06 +0100)] 
d3d8/tests: Fix a test failure on VMware.

15 years agowinetest: Extend PATH if we have dlls that only come with .NET.
Paul Vriens [Wed, 25 Feb 2009 10:56:31 +0000 (11:56 +0100)] 
winetest: Extend PATH if we have dlls that only come with .NET.

15 years agocomdlg32/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Wed, 25 Feb 2009 09:30:42 +0000 (10:30 +0100)] 
comdlg32/tests: Use win_skip() to skip over unimplemented functionality.

15 years agowintrust/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Wed, 25 Feb 2009 09:30:37 +0000 (10:30 +0100)] 
wintrust/tests: Use win_skip() to skip over unimplemented functionality.

15 years agowinspool.drv/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Wed, 25 Feb 2009 09:30:13 +0000 (10:30 +0100)] 
winspool.drv/tests: Use win_skip() to skip over unimplemented functionality.

15 years agowininet/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Wed, 25 Feb 2009 09:29:58 +0000 (10:29 +0100)] 
wininet/tests: Use win_skip() to skip over unimplemented functionality.

15 years agosnmpapi/tests: Use win_skip() to skip over unimplemented functionality.
Francois Gouget [Wed, 25 Feb 2009 09:29:38 +0000 (10:29 +0100)] 
snmpapi/tests: Use win_skip() to skip over unimplemented functionality.