wine
11 years agod3dx9/tests: Don't use an arbitrary number in relative_error macro.
Matteo Bruni [Tue, 9 Apr 2013 23:22:59 +0000 (01:22 +0200)] 
d3dx9/tests: Don't use an arbitrary number in relative_error macro.

11 years agod3dx9/tests: Raise admitted error a bit in D3DXSHEvalSphericalLight tests.
Matteo Bruni [Tue, 9 Apr 2013 23:22:58 +0000 (01:22 +0200)] 
d3dx9/tests: Raise admitted error a bit in D3DXSHEvalSphericalLight tests.

11 years agodplayx: Forward IDirectPlayLobby::Connect to ::ConnectEx.
Michael Stefaniuc [Tue, 9 Apr 2013 20:38:44 +0000 (22:38 +0200)] 
dplayx: Forward IDirectPlayLobby::Connect to ::ConnectEx.

11 years agodplayx: Get rid of the useless IDirectPlayLobby{,2} vtables.
Michael Stefaniuc [Tue, 9 Apr 2013 20:36:47 +0000 (22:36 +0200)] 
dplayx: Get rid of the useless IDirectPlayLobby{,2} vtables.

11 years agodplayx/tests: Add DirectPlayLobby COM tests.
Michael Stefaniuc [Tue, 9 Apr 2013 20:35:51 +0000 (22:35 +0200)] 
dplayx/tests: Add DirectPlayLobby COM tests.

11 years agodplayx: Have the decency to support IUnknown in DirectPlayLobby.
Michael Stefaniuc [Tue, 9 Apr 2013 20:34:49 +0000 (22:34 +0200)] 
dplayx: Have the decency to support IUnknown in DirectPlayLobby.

11 years agodplayx: Remove the duplicated IDirectPlayLobby{2,3}Impl structs.
Michael Stefaniuc [Tue, 9 Apr 2013 20:32:53 +0000 (22:32 +0200)] 
dplayx: Remove the duplicated IDirectPlayLobby{2,3}Impl structs.

11 years agodplayx: Get rid of the unused DirectPlayLobby{2,3}Data fields.
Michael Stefaniuc [Tue, 9 Apr 2013 20:31:20 +0000 (22:31 +0200)] 
dplayx: Get rid of the unused DirectPlayLobby{2,3}Data fields.

11 years agoddraw: De-duplicate display modes even when returning the refresh rate.
Alexandre Julliard [Tue, 9 Apr 2013 19:27:57 +0000 (21:27 +0200)] 
ddraw: De-duplicate display modes even when returning the refresh rate.

11 years agod3d9/tests: Test special fp values in local constants.
Stefan Dösinger [Tue, 2 Apr 2013 12:54:03 +0000 (14:54 +0200)] 
d3d9/tests: Test special fp values in local constants.

The HLSL compiler refuses to use NaN and +/-Inf values in pre-SM4
shaders, claiming that those are unsupported in this shader model.
However, vsa.exe happilly generates them, the required strings in the
shader code are 1.#QNAN and 1.#INF. Native d3d9 happily loads such a
shader.

11 years agowined3d: Put local constants into the shader code in ARB shaders.
Stefan Dösinger [Tue, 2 Apr 2013 12:54:02 +0000 (14:54 +0200)] 
wined3d: Put local constants into the shader code in ARB shaders.

11 years agowined3d: Put local constants into the shader code again.
Stefan Dösinger [Tue, 2 Apr 2013 12:54:01 +0000 (14:54 +0200)] 
wined3d: Put local constants into the shader code again.

This is essentially a revert of cd7825c89374fb9dd4c20aef2dbfd258713efe6a,
with proper precision.

11 years agooleaut32: Add support of VT_USERDEFINED arguments with default value in AddFuncDesc.
Piotr Caban [Tue, 9 Apr 2013 10:13:13 +0000 (12:13 +0200)] 
oleaut32: Add support of VT_USERDEFINED arguments with default value in AddFuncDesc.

11 years agooleaut32: Add support for VARIANT arguments with default value in AddFuncDesc.
Piotr Caban [Tue, 9 Apr 2013 10:12:51 +0000 (12:12 +0200)] 
oleaut32: Add support for VARIANT arguments with default value in AddFuncDesc.

11 years agooleaut32: Fixed setting oVft value in ITypeInfo2::GetFuncDesc.
Piotr Caban [Tue, 9 Apr 2013 10:12:20 +0000 (12:12 +0200)] 
oleaut32: Fixed setting oVft value in ITypeInfo2::GetFuncDesc.

11 years agowineconsole: Fix a pointer cast warning.
Alexandre Julliard [Tue, 9 Apr 2013 12:41:33 +0000 (14:41 +0200)] 
wineconsole: Fix a pointer cast warning.

11 years agocabarc: Avoid some redefinition warnings.
Alexandre Julliard [Tue, 9 Apr 2013 12:41:24 +0000 (14:41 +0200)] 
cabarc: Avoid some redefinition warnings.

11 years agolibport: Rename spawnvp to _spawnvp to avoid the deprecated name.
Alexandre Julliard [Tue, 9 Apr 2013 11:50:40 +0000 (13:50 +0200)] 
libport: Rename spawnvp to _spawnvp to avoid the deprecated name.

11 years agomakefiles: Don't link against libport in the tests.
Alexandre Julliard [Tue, 9 Apr 2013 13:25:56 +0000 (15:25 +0200)] 
makefiles: Don't link against libport in the tests.

11 years agomsvcrt: Constify the arguments of execv functions.
Alexandre Julliard [Tue, 9 Apr 2013 11:45:48 +0000 (13:45 +0200)] 
msvcrt: Constify the arguments of execv functions.

11 years agod3dx9: Floatify sqrt into sqrtf.
Nozomi Kodama [Thu, 4 Apr 2013 19:07:38 +0000 (09:07 -1000)] 
d3dx9: Floatify sqrt into sqrtf.

11 years agod3dx9: Floatify fabs into fabsf.
Nozomi Kodama [Thu, 4 Apr 2013 19:04:45 +0000 (09:04 -1000)] 
d3dx9: Floatify fabs into fabsf.

11 years agowbemprox: Implement some properties of Win32_ComputerSystem and Win32_DiskPartition.
Kim Jung Eon [Mon, 8 Apr 2013 08:21:29 +0000 (17:21 +0900)] 
wbemprox: Implement some properties of Win32_ComputerSystem and Win32_DiskPartition.

11 years agofonts: Add Japanese FixedSys font.
Akihiro Sagawa [Mon, 8 Apr 2013 12:55:08 +0000 (21:55 +0900)] 
fonts: Add Japanese FixedSys font.

11 years agofonts: Add Fixedsys font.
Akihiro Sagawa [Mon, 8 Apr 2013 12:55:05 +0000 (21:55 +0900)] 
fonts: Add Fixedsys font.

11 years agocomdlg32: Add an interactive PrintDlgEx test.
Dmitry Timoshkov [Tue, 9 Apr 2013 03:51:10 +0000 (12:51 +0900)] 
comdlg32: Add an interactive PrintDlgEx test.

11 years agocomdlg32: Add a simple PrintDlgEx implementation which wraps around the PrintDlg...
Dmitry Timoshkov [Tue, 9 Apr 2013 03:50:40 +0000 (12:50 +0900)] 
comdlg32: Add a simple PrintDlgEx implementation which wraps around the PrintDlg one.

11 years agoinclude: Add COM interface definitions needed for PrintDlgEx implementation.
Dmitry Timoshkov [Tue, 9 Apr 2013 03:50:10 +0000 (12:50 +0900)] 
include: Add COM interface definitions needed for PrintDlgEx implementation.

11 years agodplayx: Create a IDirectPlay interface in DirectPlayCreate().
Michael Stefaniuc [Mon, 8 Apr 2013 21:21:28 +0000 (23:21 +0200)] 
dplayx: Create a IDirectPlay interface in DirectPlayCreate().

11 years agodplayx: Forward directly to IDirectPlay4 QueryInterface.
Michael Stefaniuc [Mon, 8 Apr 2013 21:20:24 +0000 (23:20 +0200)] 
dplayx: Forward directly to IDirectPlay4 QueryInterface.

11 years agodplayx: IDirectPlay and IUnknown share a refcount.
Michael Stefaniuc [Mon, 8 Apr 2013 21:19:09 +0000 (23:19 +0200)] 
dplayx: IDirectPlay and IUnknown share a refcount.

11 years agodplayx: Add a stub IDirectPlay iface.
Michael Stefaniuc [Mon, 8 Apr 2013 21:17:36 +0000 (23:17 +0200)] 
dplayx: Add a stub IDirectPlay iface.

11 years agodplayx/tests: Deal with broken COM aggregation handling on NT4.
Michael Stefaniuc [Mon, 8 Apr 2013 21:16:26 +0000 (23:16 +0200)] 
dplayx/tests: Deal with broken COM aggregation handling on NT4.

11 years agowinemac: Handle failure to get clipboard format name; don't use uninitialized buffer.
Ken Thomases [Mon, 8 Apr 2013 20:43:13 +0000 (15:43 -0500)] 
winemac: Handle failure to get clipboard format name; don't use uninitialized buffer.

11 years agowininet: Don't bother reconnecting to server for compat secure mode if we don't have...
Jacek Caban [Mon, 8 Apr 2013 14:58:28 +0000 (16:58 +0200)] 
wininet: Don't bother reconnecting to server for compat secure mode if we don't have compat cred handle.

11 years agowininet: Skip some urlcache Unicode tests if ANSI version of URL is not known.
Piotr Caban [Mon, 8 Apr 2013 12:45:35 +0000 (14:45 +0200)] 
wininet: Skip some urlcache Unicode tests if ANSI version of URL is not known.

11 years agooledb32: Implement DBTYPE_BSTR to DBTYPE_VARIANT conversion.
Nikolay Sivov [Sun, 7 Apr 2013 19:28:33 +0000 (23:28 +0400)] 
oledb32: Implement DBTYPE_BSTR to DBTYPE_VARIANT conversion.

11 years agooledb32: Implement GetConversionSize for DBTYPE_VARIANT -> DBTYPE_STR case.
Nikolay Sivov [Sat, 6 Apr 2013 11:52:31 +0000 (15:52 +0400)] 
oledb32: Implement GetConversionSize for DBTYPE_VARIANT -> DBTYPE_STR case.

11 years agooledb32: Implemented conversion from DBTYPE_VARIANT to DBTYPE_BSTR.
Nikolay Sivov [Sat, 6 Apr 2013 10:57:09 +0000 (14:57 +0400)] 
oledb32: Implemented conversion from DBTYPE_VARIANT to DBTYPE_BSTR.

11 years agogameux: Fix release/free of uninitialized pointers (Coverity).
Nikolay Sivov [Tue, 2 Apr 2013 17:47:32 +0000 (21:47 +0400)] 
gameux: Fix release/free of uninitialized pointers (Coverity).

11 years agowinhlp32: Always open files as read only.
Rico Schüller [Sun, 7 Apr 2013 12:39:18 +0000 (14:39 +0200)] 
winhlp32: Always open files as read only.

11 years agoinclude: Added IRowsetNotify definition and proxy/stub stub implementation.
Nikolay Sivov [Fri, 5 Apr 2013 18:28:52 +0000 (22:28 +0400)] 
include: Added IRowsetNotify definition and proxy/stub stub implementation.

11 years agotapi32: Add more Unicode functions stubs.
Piotr Caban [Fri, 5 Apr 2013 14:53:43 +0000 (16:53 +0200)] 
tapi32: Add more Unicode functions stubs.

11 years agomsvcrt: Fixed debug message in strncpy_s.
Piotr Caban [Fri, 5 Apr 2013 13:18:18 +0000 (15:18 +0200)] 
msvcrt: Fixed debug message in strncpy_s.

11 years agoserver: Don't debug children when debugger is attached with DebugActiveProcess function.
Piotr Caban [Fri, 5 Apr 2013 12:08:02 +0000 (14:08 +0200)] 
server: Don't debug children when debugger is attached with DebugActiveProcess function.

11 years agowineps: Send grayscale images to monochrome printers.
Huw Davies [Fri, 5 Apr 2013 10:59:07 +0000 (11:59 +0100)] 
wineps: Send grayscale images to monochrome printers.

11 years agowineps: Add a helper to return the rgb to grayscale scaling factors.
Huw Davies [Fri, 5 Apr 2013 10:59:06 +0000 (11:59 +0100)] 
wineps: Add a helper to return the rgb to grayscale scaling factors.

11 years agowinspool.drv: Fix DocumentProperties with empty device name.
Tatyana Fokina [Fri, 5 Apr 2013 07:41:29 +0000 (11:41 +0400)] 
winspool.drv: Fix DocumentProperties with empty device name.

11 years agowinemac: Scale large system tray icons down to fit status bar.
Ken Thomases [Fri, 5 Apr 2013 08:34:20 +0000 (03:34 -0500)] 
winemac: Scale large system tray icons down to fit status bar.

11 years agowinemac: Add debug tracing for queried icon size.
Ken Thomases [Fri, 5 Apr 2013 08:34:16 +0000 (03:34 -0500)] 
winemac: Add debug tracing for queried icon size.

11 years agontdll: Hint that call_entry_point is ARM assembler.
André Hentschel [Thu, 4 Apr 2013 20:11:03 +0000 (22:11 +0200)] 
ntdll: Hint that call_entry_point is ARM assembler.

11 years agowinemac: Clip surface drawn region to new visible rect on window resize.
Ken Thomases [Thu, 4 Apr 2013 19:26:13 +0000 (14:26 -0500)] 
winemac: Clip surface drawn region to new visible rect on window resize.

This prevents stale drawing from being revealed if the window later grows.

11 years agowinemac: Initialize window surface to Mac-standard window background color instead...
Ken Thomases [Thu, 4 Apr 2013 19:26:08 +0000 (14:26 -0500)] 
winemac: Initialize window surface to Mac-standard window background color instead of black.

11 years agowinemac: Tell Cocoa to preserve our window content during live resizing.
Ken Thomases [Thu, 4 Apr 2013 19:26:01 +0000 (14:26 -0500)] 
winemac: Tell Cocoa to preserve our window content during live resizing.

11 years agogdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double...
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:18 +0000 (20:08 +0900)] 
gdi32/tests: Fix tests for fixed-pitch full-width character advance. It's double of tmAveCharWidth.

For instance, 19 ppem "VL Gothic" on Windows, the advance value is 10
for half-width characters, but 18 for full-width characters.  In this
case, tmAveCharWidth is 9. Thus using tmAveCharWidth is reasonable.

11 years agogdi32: Improve fixed-pitch advance calculation as well as outline text metrics.
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:16 +0000 (20:08 +0900)] 
gdi32: Improve fixed-pitch advance calculation as well as outline text metrics.

11 years agogdi32: Improve outline text metrics calculation, especially if unitsPerEm is not...
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:14 +0000 (20:08 +0900)] 
gdi32: Improve outline text metrics calculation, especially if unitsPerEm is not power of 2.

11 years agogdi32: Introduce macros to calculate outline text metrics.
Akihiro Sagawa [Thu, 14 Mar 2013 11:08:12 +0000 (20:08 +0900)] 
gdi32: Introduce macros to calculate outline text metrics.

11 years agomshtml: Pass IUri to create_doc_uri.
Jacek Caban [Thu, 4 Apr 2013 14:15:33 +0000 (16:15 +0200)] 
mshtml: Pass IUri to create_doc_uri.

11 years agomshtml: Fixed load flags usage.
Jacek Caban [Thu, 4 Apr 2013 14:15:16 +0000 (16:15 +0200)] 
mshtml: Fixed load flags usage.

11 years agowinmm: Inherit the seek position when using standard file handle.
Akihiro Sagawa [Thu, 4 Apr 2013 13:28:14 +0000 (22:28 +0900)] 
winmm: Inherit the seek position when using standard file handle.

11 years agoexplorerframe: Clear pointer when nothing is selected.
André Hentschel [Wed, 3 Apr 2013 22:10:37 +0000 (00:10 +0200)] 
explorerframe: Clear pointer when nothing is selected.

11 years agowined3d: Report Win 8 when appropriate.
André Hentschel [Wed, 3 Apr 2013 20:23:23 +0000 (22:23 +0200)] 
wined3d: Report Win 8 when appropriate.

11 years agowindowscodecs: Add initializations for tiff encoder options.
Ludger Sprenker [Mon, 1 Apr 2013 20:28:12 +0000 (22:28 +0200)] 
windowscodecs: Add initializations for tiff encoder options.

11 years agod3dx9: Implement D3DXSHEvalHemisphereLight.
Nozomi Kodama [Sun, 31 Mar 2013 23:37:34 +0000 (13:37 -1000)] 
d3dx9: Implement D3DXSHEvalHemisphereLight.

11 years agod3dx9: Implement D3DXSHEvalSphericalLight.
Nozomi Kodama [Sun, 31 Mar 2013 23:37:06 +0000 (13:37 -1000)] 
d3dx9: Implement D3DXSHEvalSphericalLight.

11 years agod3dx9: Do not use relative error for small numbers.
Nozomi Kodama [Sun, 31 Mar 2013 23:35:24 +0000 (13:35 -1000)] 
d3dx9: Do not use relative error for small numbers.

11 years agowindowscodecs: Don't overwrite bih.bV5AlphaMask and set the LCS_DEVICE_RGB flag in...
Victor Martinez Calvo [Thu, 4 Apr 2013 00:07:36 +0000 (02:07 +0200)] 
windowscodecs: Don't overwrite bih.bV5AlphaMask and set the LCS_DEVICE_RGB flag in bih.bV5CSType.

11 years agomsvcrt: Fix copy-pasta typos LOCALE_SSHORTDATE->LOCALE_SLONGDATE in _create_locale.
Victor Martinez Calvo [Wed, 3 Apr 2013 19:42:21 +0000 (21:42 +0200)] 
msvcrt: Fix copy-pasta typos LOCALE_SSHORTDATE->LOCALE_SLONGDATE in _create_locale.

11 years agomsxml3: Fix SafeArrayGetUBond check in BindStatusCallback_create.
Victor Martinez Calvo [Wed, 3 Apr 2013 17:37:44 +0000 (19:37 +0200)] 
msxml3: Fix SafeArrayGetUBond check in BindStatusCallback_create.

11 years agohid: Add HidD_GetManufacturerString stub.
André Hentschel [Wed, 3 Apr 2013 16:09:21 +0000 (18:09 +0200)] 
hid: Add HidD_GetManufacturerString stub.

11 years agosetupapi: Add CM_Get_Device_ID_ExA stub.
André Hentschel [Wed, 3 Apr 2013 16:09:03 +0000 (18:09 +0200)] 
setupapi: Add CM_Get_Device_ID_ExA stub.

11 years agokernel32: Fetch the system information only once the memory limits are correct.
Alexandre Julliard [Thu, 4 Apr 2013 11:01:04 +0000 (13:01 +0200)] 
kernel32: Fetch the system information only once the memory limits are correct.

11 years agontdll: Set the address space limit before running application code.
Alexandre Julliard [Thu, 4 Apr 2013 11:00:47 +0000 (13:00 +0200)] 
ntdll: Set the address space limit before running application code.

11 years agojoy.cpl: Added a Tango compliant icon.
Joel Holdsworth [Sat, 9 Jun 2012 09:26:09 +0000 (10:26 +0100)] 
joy.cpl: Added a Tango compliant icon.

11 years agowinemac: Handle a Cocoa quit request as a single-process session shutdown.
Ken Thomases [Wed, 3 Apr 2013 23:56:55 +0000 (18:56 -0500)] 
winemac: Handle a Cocoa quit request as a single-process session shutdown.

This lets programs ask the user to save documents, etc., and possibly cancel
the quit.

11 years agowinemac: Add a delivery limit to events.
Ken Thomases [Wed, 3 Apr 2013 23:56:41 +0000 (18:56 -0500)] 
winemac: Add a delivery limit to events.

Some events are application-wide, not specific to a thread.  Such an event
needs to be broadcast to all GUI-attached threads because we don't know which
are handling events, but we don't want the event to be processed in each.
Often it should only be processed by the first to pull it from its queue.

11 years agowinemac: Make macdrv_event structs heap-allocated and reference-counted.
Ken Thomases [Wed, 3 Apr 2013 23:56:35 +0000 (18:56 -0500)] 
winemac: Make macdrv_event structs heap-allocated and reference-counted.

11 years agowinemac: Constify some macdrv_event pointer parameters.
Ken Thomases [Wed, 3 Apr 2013 23:56:25 +0000 (18:56 -0500)] 
winemac: Constify some macdrv_event pointer parameters.

11 years agowinemac: Drain the autorelease pool within loop in OnMainThread().
Ken Thomases [Wed, 3 Apr 2013 23:56:11 +0000 (18:56 -0500)] 
winemac: Drain the autorelease pool within loop in OnMainThread().

11 years agodplayx: Add a separate refcount for IDirectPlay3.
Michael Stefaniuc [Fri, 29 Mar 2013 16:15:57 +0000 (17:15 +0100)] 
dplayx: Add a separate refcount for IDirectPlay3.

11 years agodplayx: Add a separate refcount for IDirectPlay3A.
Michael Stefaniuc [Fri, 29 Mar 2013 16:15:01 +0000 (17:15 +0100)] 
dplayx: Add a separate refcount for IDirectPlay3A.

11 years agodplayx: Add a separate refcount for IDirectPlay2.
Michael Stefaniuc [Fri, 29 Mar 2013 16:14:07 +0000 (17:14 +0100)] 
dplayx: Add a separate refcount for IDirectPlay2.

11 years agodplayx: Add a separate refcount for IDirectPlay2A.
Michael Stefaniuc [Fri, 29 Mar 2013 16:13:11 +0000 (17:13 +0100)] 
dplayx: Add a separate refcount for IDirectPlay2A.

11 years agodplayx: Get rid of the IDirectPlayImpl aliases.
Michael Stefaniuc [Fri, 29 Mar 2013 16:12:33 +0000 (17:12 +0100)] 
dplayx: Get rid of the IDirectPlayImpl aliases.

11 years agodplayx: Merge dpinit.h into dplay_global.h.
Michael Stefaniuc [Fri, 29 Mar 2013 16:11:29 +0000 (17:11 +0100)] 
dplayx: Merge dpinit.h into dplay_global.h.

11 years agodplayx: Remove superfluous forward declarations.
Michael Stefaniuc [Fri, 29 Mar 2013 16:10:33 +0000 (17:10 +0100)] 
dplayx: Remove superfluous forward declarations.

11 years agodplayx: Get rid of the IDirectPlayXImpl to IDirectPlayImpl casts.
Michael Stefaniuc [Fri, 29 Mar 2013 16:09:40 +0000 (17:09 +0100)] 
dplayx: Get rid of the IDirectPlayXImpl to IDirectPlayImpl casts.

11 years agodplayx: Forward AW agnostic IDirectPlay4A stub methods to the W versions.
Michael Stefaniuc [Fri, 29 Mar 2013 16:08:49 +0000 (17:08 +0100)] 
dplayx: Forward AW agnostic IDirectPlay4A stub methods to the W versions.

11 years agomsvcp: Sync spec files.
Piotr Caban [Wed, 3 Apr 2013 14:24:00 +0000 (16:24 +0200)] 
msvcp: Sync spec files.

11 years agomsvcp100: Add arm exports.
Piotr Caban [Wed, 3 Apr 2013 14:23:47 +0000 (16:23 +0200)] 
msvcp100: Add arm exports.

11 years agomsvcp90: Add arm exports.
Piotr Caban [Wed, 3 Apr 2013 14:23:12 +0000 (16:23 +0200)] 
msvcp90: Add arm exports.

11 years agomsvcp: Change architecture of more thiscall functions.
Piotr Caban [Wed, 3 Apr 2013 14:23:00 +0000 (16:23 +0200)] 
msvcp: Change architecture of more thiscall functions.

11 years agokernel32/tests: Don't test function directly when reporting GetLastError().
André Hentschel [Wed, 3 Apr 2013 15:26:22 +0000 (17:26 +0200)] 
kernel32/tests: Don't test function directly when reporting GetLastError().

11 years agoieframe: Make dump_travellog() static.
Francois Gouget [Wed, 3 Apr 2013 14:07:44 +0000 (16:07 +0200)] 
ieframe: Make dump_travellog() static.

11 years agodplayx: Add a trailing '\n' to a TRACE().
Francois Gouget [Wed, 3 Apr 2013 14:07:13 +0000 (16:07 +0200)] 
dplayx: Add a trailing '\n' to a TRACE().

11 years agowindowscodecs/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Wed, 3 Apr 2013 14:07:10 +0000 (16:07 +0200)] 
windowscodecs/tests: Add a trailing '\n' to an ok() call.

11 years agoriched20: ME_StrDup() is not used anymore so remove it.
Francois Gouget [Wed, 3 Apr 2013 14:07:04 +0000 (16:07 +0200)] 
riched20: ME_StrDup() is not used anymore so remove it.

11 years agoconfigure: Get rid of no longer needed OpenSSL checks.
Jacek Caban [Wed, 3 Apr 2013 12:06:09 +0000 (14:06 +0200)] 
configure: Get rid of no longer needed OpenSSL checks.

11 years agowininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.
Jacek Caban [Wed, 3 Apr 2013 12:05:51 +0000 (14:05 +0200)] 
wininet: Use schannel for HTTPS connection by defaul and get rid of OpenSSL dependency.