wine
16 years agowineconsole: Rearrange control elements in Russian resources.
Kirill K. Smirnov [Thu, 9 Aug 2007 07:52:56 +0000 (11:52 +0400)] 
wineconsole: Rearrange control elements in Russian resources.

16 years agooleaut32: Handle transparency data when loading PNG images.
Evan Stade [Thu, 9 Aug 2007 02:42:33 +0000 (19:42 -0700)] 
oleaut32: Handle transparency data when loading PNG images.

16 years agogdiplus: Added GdipCreateBitmapFromGraphics stub.
Evan Stade [Thu, 9 Aug 2007 02:42:28 +0000 (19:42 -0700)] 
gdiplus: Added GdipCreateBitmapFromGraphics stub.

16 years agogdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
Evan Stade [Thu, 9 Aug 2007 02:42:24 +0000 (19:42 -0700)] 
gdiplus: Fixed conformance of GdipCreateBitmapFromScan0.

16 years agogdiplus/tests: Added GdipCreateBitmapFromScan0 test.
Evan Stade [Thu, 9 Aug 2007 02:42:20 +0000 (19:42 -0700)] 
gdiplus/tests: Added GdipCreateBitmapFromScan0 test.

16 years agogdiplus: Added GdipSetImagePalette stub.
Evan Stade [Thu, 9 Aug 2007 02:42:16 +0000 (19:42 -0700)] 
gdiplus: Added GdipSetImagePalette stub.

16 years agogdiplus: Added GdipFillRectangle.
Evan Stade [Thu, 9 Aug 2007 02:42:10 +0000 (19:42 -0700)] 
gdiplus: Added GdipFillRectangle.

16 years agogdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
Evan Stade [Thu, 9 Aug 2007 02:42:03 +0000 (19:42 -0700)] 
gdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.

16 years agogdiplus: Added GdipCreatePath2.
Evan Stade [Thu, 9 Aug 2007 02:41:56 +0000 (19:41 -0700)] 
gdiplus: Added GdipCreatePath2.

16 years agoAssorted spelling fixes.
Francois Gouget [Thu, 9 Aug 2007 08:42:59 +0000 (10:42 +0200)] 
Assorted spelling fixes.

16 years agogdi32: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:42:25 +0000 (10:42 +0200)] 
gdi32: Update win32.api to fix the winapi_check warnings.

16 years agomscoree: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:42:00 +0000 (10:42 +0200)] 
mscoree: Update win32.api to fix the winapi_check warnings.

16 years agomsi: Better match the PSDK types, remove some now unused types from win32.api, and...
Francois Gouget [Thu, 9 Aug 2007 08:41:41 +0000 (10:41 +0200)] 
msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings.

16 years agoimm32: Add a couple of missing prototypes and update win32.api to fix the winapi_chec...
Francois Gouget [Thu, 9 Aug 2007 08:41:02 +0000 (10:41 +0200)] 
imm32: Add a couple of missing prototypes and update win32.api to fix the winapi_check warnings.

16 years agod3drm: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:40:36 +0000 (10:40 +0200)] 
d3drm: Update win32.api to fix the winapi_check warnings.

16 years agonetapi32: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:40:29 +0000 (10:40 +0200)] 
netapi32: Update win32.api to fix the winapi_check warnings.

16 years agokernel32: Don't get stuck if the debugger exits without signaling the event.
Francois Gouget [Thu, 9 Aug 2007 08:39:34 +0000 (10:39 +0200)] 
kernel32: Don't get stuck if the debugger exits without signaling the event.

16 years agoddrawex: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:40:08 +0000 (10:40 +0200)] 
ddrawex: Better match the PSDK types and fix the winapi_check warnings.

16 years agowininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheCon...
Francois Gouget [Thu, 9 Aug 2007 08:38:07 +0000 (10:38 +0200)] 
wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*().

Remove SetUrlCacheConfigInfo*() from wininet.h, it's supposed to be declared in winineti.h.
Update win32.api to fix the winapi_check warnings.

16 years agowininet: #undef some macros to avoid a conflict between openssl/ssl.h and wincrypt.h.
Francois Gouget [Thu, 9 Aug 2007 08:36:29 +0000 (10:36 +0200)] 
wininet: #undef some macros to avoid a conflict between openssl/ssl.h and wincrypt.h.

16 years agoadvapi32: Add a prototype for RegDeleteKeyValue*().
Francois Gouget [Thu, 9 Aug 2007 08:32:35 +0000 (10:32 +0200)] 
advapi32: Add a prototype for RegDeleteKeyValue*().

16 years agowined3d: Better pixelformat selection code.
Roderick Colenbrander [Wed, 8 Aug 2007 23:04:30 +0000 (01:04 +0200)] 
wined3d: Better pixelformat selection code.

16 years agowgl: Rewrite ChoosePixelFormat.
Roderick Colenbrander [Wed, 8 Aug 2007 23:17:07 +0000 (01:17 +0200)] 
wgl: Rewrite ChoosePixelFormat.

16 years agowgl: Correctly check GLX capabilities. Use client GLX extensions on ATI hardware...
Roderick Colenbrander [Wed, 8 Aug 2007 14:40:34 +0000 (16:40 +0200)] 
wgl: Correctly check GLX capabilities. Use client GLX extensions on ATI hardware to work around driver bugs.

16 years agomsi: Simplify MsiQueryComponentState, with more tests.
James Hawkins [Thu, 9 Aug 2007 01:42:30 +0000 (18:42 -0700)] 
msi: Simplify MsiQueryComponentState, with more tests.

16 years agourlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we...
Misha Koshelev [Thu, 9 Aug 2007 01:26:15 +0000 (20:26 -0500)] 
urlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we SET_EXPECT it.

16 years agourlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP.
Misha Koshelev [Thu, 9 Aug 2007 01:24:57 +0000 (20:24 -0500)] 
urlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP.

16 years agourlmon/tests: Fix clipformat test.
Misha Koshelev [Thu, 9 Aug 2007 01:24:13 +0000 (20:24 -0500)] 
urlmon/tests: Fix clipformat test.

16 years agosnmpapi/tests: Run tests again on win98 and NT4.
Paul Vriens [Wed, 8 Aug 2007 15:58:29 +0000 (17:58 +0200)] 
snmpapi/tests: Run tests again on win98 and NT4.

16 years agoole32: The default handler needs to have its own implementation of IPersistStorage.
Huw Davies [Wed, 8 Aug 2007 11:36:37 +0000 (12:36 +0100)] 
ole32: The default handler needs to have its own implementation of IPersistStorage.

For now we forward the methods to the data cache as before.

16 years agoole32: Factor out the running object test into a separate function.
Huw Davies [Wed, 8 Aug 2007 11:13:46 +0000 (12:13 +0100)] 
ole32: Factor out the running object test into a separate function.

16 years agoole32: Fix a few comments.
Huw Davies [Thu, 2 Aug 2007 17:16:14 +0000 (18:16 +0100)] 
ole32: Fix a few comments.

16 years agouser32: WM_IME_CHAR should result in posted, not sent, WM_CHAR messages.
Alexandre Julliard [Thu, 9 Aug 2007 11:14:20 +0000 (13:14 +0200)] 
user32: WM_IME_CHAR should result in posted, not sent, WM_CHAR messages.

16 years agouser32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.
Alexandre Julliard [Wed, 8 Aug 2007 18:35:24 +0000 (20:35 +0200)] 
user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.

16 years agouser32/tests: Added test cases for WM_CHAR conversions.
Alexandre Julliard [Wed, 8 Aug 2007 16:25:57 +0000 (18:25 +0200)] 
user32/tests: Added test cases for WM_CHAR conversions.

16 years agouser32: Added support for the magic WM_CHAR A->W conversions in Send/Post/DispatchMes...
Alexandre Julliard [Wed, 8 Aug 2007 16:25:38 +0000 (18:25 +0200)] 
user32: Added support for the magic WM_CHAR A->W conversions in Send/Post/DispatchMessage.

16 years agouser32: Factor out the calling of a window's winproc into a separate function.
Alexandre Julliard [Wed, 8 Aug 2007 15:02:42 +0000 (17:02 +0200)] 
user32: Factor out the calling of a window's winproc into a separate function.

16 years agouser32: Factor out the various SendMessage functions into a common routine.
Alexandre Julliard [Wed, 8 Aug 2007 14:23:23 +0000 (16:23 +0200)] 
user32: Factor out the various SendMessage functions into a common routine.

16 years agodpnlobby: Add dpnlobby that forwards to dpnet.dll.
Luis C. Busquets Pérez [Thu, 2 Aug 2007 09:04:50 +0000 (11:04 +0200)] 
dpnlobby: Add dpnlobby that forwards to dpnet.dll.

16 years agokernel32: Export RestoreLastError.
Luis C. Busquets Pérez [Thu, 2 Aug 2007 10:37:22 +0000 (12:37 +0200)] 
kernel32: Export RestoreLastError.

16 years agokernel32: Do not append empty lines to the console history.
Kirill K. Smirnov [Wed, 8 Aug 2007 10:55:43 +0000 (14:55 +0400)] 
kernel32: Do not append empty lines to the console history.

16 years agoadvapi32/tests: Fix typo.
Paul Vriens [Wed, 8 Aug 2007 09:28:06 +0000 (11:28 +0200)] 
advapi32/tests: Fix typo.

16 years agodinput: Allow the use of the standard Joystick GUID when calling CreateDevice.
Peter Dons Tychsen [Sun, 29 Jul 2007 19:21:17 +0000 (21:21 +0200)] 
dinput: Allow the use of the standard Joystick GUID when calling CreateDevice.

16 years agourlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStrea...
Rob Shearman [Fri, 3 Aug 2007 21:14:15 +0000 (22:14 +0100)] 
urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL.

Add tests for these.

16 years agourlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW.
Rob Shearman [Fri, 3 Aug 2007 21:13:12 +0000 (22:13 +0100)] 
urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW.

16 years agourlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.
Rob Shearman [Fri, 3 Aug 2007 21:11:31 +0000 (22:11 +0100)] 
urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.

16 years agourlmon: The pcbRead parameter for IInternetProtocol::Read is optional, so fix the...
Rob Shearman [Fri, 3 Aug 2007 21:10:55 +0000 (22:10 +0100)] 
urlmon: The pcbRead parameter for IInternetProtocol::Read is optional, so fix the protocol implementation to check for this.

16 years agourlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.
Rob Shearman [Fri, 3 Aug 2007 21:09:48 +0000 (22:09 +0100)] 
urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.

16 years agoinclude: Add declarations for URLOpenStreamA/W, URLOpenBlockingStreamA/W and URLOpenP...
Rob Shearman [Fri, 3 Aug 2007 10:04:53 +0000 (11:04 +0100)] 
include: Add declarations for URLOpenStreamA/W, URLOpenBlockingStreamA/W and URLOpenPullStreamA/W.

16 years agofaultrep: Add a stub dll.
Peter Dons Tychsen [Thu, 26 Jul 2007 23:43:49 +0000 (01:43 +0200)] 
faultrep: Add a stub dll.

16 years agomsvcrt: Use the correct size_t type.
Alexandre Julliard [Wed, 8 Aug 2007 12:07:57 +0000 (14:07 +0200)] 
msvcrt: Use the correct size_t type.

16 years agohlink: Add a missing prototype and update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:51:45 +0000 (10:51 +0200)] 
hlink: Add a missing prototype and update win32.api to fix the winapi_check warnings.

16 years agolocalui: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:51:19 +0000 (10:51 +0200)] 
localui: Update win32.api to fix the winapi_check warnings.

16 years agowined3d: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:51:04 +0000 (10:51 +0200)] 
wined3d: Update win32.api to fix the winapi_check warnings.

16 years agohhctrl.ocx: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:50:44 +0000 (10:50 +0200)] 
hhctrl.ocx: Update win32.api to fix the winapi_check warnings.

16 years agomapi32: Remove redundant protections against duplicate header inclusion.
Francois Gouget [Wed, 8 Aug 2007 08:50:34 +0000 (10:50 +0200)] 
mapi32: Remove redundant protections against duplicate header inclusion.

16 years agowintrust: Fix the CryptCATAdminReleaseCatalogContext() prototype and better match...
Francois Gouget [Wed, 8 Aug 2007 08:49:27 +0000 (10:49 +0200)] 
wintrust: Fix the CryptCATAdminReleaseCatalogContext() prototype and better match the PSDK types.

Add some missing prototypes to mscat.h.
Update win32.api to fix the winapi_check warnings.

16 years agourlmon: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Wed, 8 Aug 2007 08:48:45 +0000 (10:48 +0200)] 
urlmon: Fix compilation on systems that don't support nameless unions.

16 years agocrypt32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Wed, 8 Aug 2007 08:48:04 +0000 (10:48 +0200)] 
crypt32/tests: Fix compilation on systems that don't support nameless unions.

16 years agontdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its...
Francois Gouget [Wed, 8 Aug 2007 08:47:50 +0000 (10:47 +0200)] 
ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation.

16 years agowinapi_check: Fix a couple of dll names.
Francois Gouget [Wed, 8 Aug 2007 08:47:29 +0000 (10:47 +0200)] 
winapi_check: Fix a couple of dll names.

16 years agodnsapi: Better match the PSDK types, especially with regards to constness.
Francois Gouget [Wed, 8 Aug 2007 08:47:03 +0000 (10:47 +0200)] 
dnsapi: Better match the PSDK types, especially with regards to constness.

Add some missing A/W prototype macros.
Update win32.api to fix the winapi_check warnings.

16 years agonetapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h...
Francois Gouget [Wed, 8 Aug 2007 08:41:51 +0000 (10:41 +0200)] 
netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers.

Replace LPWC?STR with LMC?STR to better match the PSDK.

16 years agopdh/tests: Add missing '\n' to ok() calls.
Francois Gouget [Wed, 8 Aug 2007 08:40:47 +0000 (10:40 +0200)] 
pdh/tests: Add missing '\n' to ok() calls.

16 years agowinreg.h: Add RRF_RT_ANY.
Francois Gouget [Wed, 8 Aug 2007 08:40:35 +0000 (10:40 +0200)] 
winreg.h: Add RRF_RT_ANY.

16 years agoddraw: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:39:04 +0000 (10:39 +0200)] 
ddraw: Better match the PSDK types and fix the winapi_check warnings.

16 years agod3d9: Comment out some failing fog tests.
Alexandre Julliard [Wed, 8 Aug 2007 11:15:12 +0000 (13:15 +0200)] 
d3d9: Comment out some failing fog tests.

16 years agogdiplus: Updated GdipDrawRectangleI.
Evan Stade [Wed, 8 Aug 2007 01:43:08 +0000 (18:43 -0700)] 
gdiplus: Updated GdipDrawRectangleI.

16 years agogdiplus: Added GdipFillRectangleI.
Evan Stade [Wed, 8 Aug 2007 01:43:04 +0000 (18:43 -0700)] 
gdiplus: Added GdipFillRectangleI.

16 years agogdiplus: Added GdipCreateLineBrushFromRectI.
Evan Stade [Wed, 8 Aug 2007 01:43:00 +0000 (18:43 -0700)] 
gdiplus: Added GdipCreateLineBrushFromRectI.

16 years agogdiplus: Updated brush cloner/deleter.
Evan Stade [Wed, 8 Aug 2007 01:42:56 +0000 (18:42 -0700)] 
gdiplus: Updated brush cloner/deleter.

16 years agogdiplus: Added GdipSetCustomLineCapStrokeCaps stub.
Evan Stade [Wed, 8 Aug 2007 01:42:52 +0000 (18:42 -0700)] 
gdiplus: Added GdipSetCustomLineCapStrokeCaps stub.

16 years agogdiplus: Added GdipSetImageAttributesColorMatrix stub.
Evan Stade [Wed, 8 Aug 2007 01:42:48 +0000 (18:42 -0700)] 
gdiplus: Added GdipSetImageAttributesColorMatrix stub.

16 years agogdiplus: Fixed bug drawing custom caps.
Evan Stade [Wed, 8 Aug 2007 01:42:44 +0000 (18:42 -0700)] 
gdiplus: Fixed bug drawing custom caps.

16 years agogdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection.
Evan Stade [Wed, 8 Aug 2007 01:42:40 +0000 (18:42 -0700)] 
gdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection.

16 years agogdiplus: Added GdipSetLineSigmaBlend stub.
Evan Stade [Wed, 8 Aug 2007 01:42:36 +0000 (18:42 -0700)] 
gdiplus: Added GdipSetLineSigmaBlend stub.

16 years agogdiplus: Added GdipSetLineWrapMode.
Evan Stade [Wed, 8 Aug 2007 01:42:32 +0000 (18:42 -0700)] 
gdiplus: Added GdipSetLineWrapMode.

16 years agogdiplus: Added GdipCreateLineBrush.
Evan Stade [Wed, 8 Aug 2007 01:42:29 +0000 (18:42 -0700)] 
gdiplus: Added GdipCreateLineBrush.

16 years agogdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
Evan Stade [Wed, 8 Aug 2007 01:42:24 +0000 (18:42 -0700)] 
gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.

16 years agogdiplus: GdipLoadImageFromStream makes initializations.
Evan Stade [Wed, 8 Aug 2007 01:42:20 +0000 (18:42 -0700)] 
gdiplus: GdipLoadImageFromStream makes initializations.

16 years agogdiplus: Don't prematurely release stream.
Evan Stade [Wed, 8 Aug 2007 01:42:16 +0000 (18:42 -0700)] 
gdiplus: Don't prematurely release stream.

16 years agogdiplus: Added GdipDrawImageI.
Evan Stade [Wed, 8 Aug 2007 01:42:12 +0000 (18:42 -0700)] 
gdiplus: Added GdipDrawImageI.

16 years agogdiplus: Return width and height of metafiles.
Evan Stade [Wed, 8 Aug 2007 01:42:09 +0000 (18:42 -0700)] 
gdiplus: Return width and height of metafiles.

16 years agogdiplus: Added GdipCreateBitmapFromFile.
Evan Stade [Wed, 8 Aug 2007 01:42:04 +0000 (18:42 -0700)] 
gdiplus: Added GdipCreateBitmapFromFile.

16 years agogdiplus: Added GdipCreateStreamOnFile.
Evan Stade [Wed, 8 Aug 2007 01:42:00 +0000 (18:42 -0700)] 
gdiplus: Added GdipCreateStreamOnFile.

16 years agogdiplus: Added GdipBitmapLockBits.
Evan Stade [Wed, 8 Aug 2007 01:41:55 +0000 (18:41 -0700)] 
gdiplus: Added GdipBitmapLockBits.

16 years agontdll: Implement CDROM_Verify for FreeBSD.
Tijl Coosemans [Tue, 7 Aug 2007 22:30:59 +0000 (00:30 +0200)] 
ntdll: Implement CDROM_Verify for FreeBSD.

16 years agowineoss: Avoid SNDCTL_DSP_GETTRIGGER.
Tijl Coosemans [Tue, 7 Aug 2007 22:19:14 +0000 (00:19 +0200)] 
wineoss: Avoid SNDCTL_DSP_GETTRIGGER.

16 years agowineoss: Add SNDCTL_MIXERINFO support.
Tijl Coosemans [Tue, 7 Aug 2007 22:11:01 +0000 (00:11 +0200)] 
wineoss: Add SNDCTL_MIXERINFO support.

16 years agowined3d: Move over to WGL.
Roderick Colenbrander [Wed, 8 Aug 2007 01:09:38 +0000 (03:09 +0200)] 
wined3d: Move over to WGL.

16 years agowined3d: Prepare pbuffer code for WGL transition.
Roderick Colenbrander [Mon, 6 Aug 2007 18:53:20 +0000 (20:53 +0200)] 
wined3d: Prepare pbuffer code for WGL transition.

16 years agowined3d: Move fake context code over to WGL.
Roderick Colenbrander [Tue, 7 Aug 2007 21:45:00 +0000 (23:45 +0200)] 
wined3d: Move fake context code over to WGL.

16 years agocrypt32: According to MSDN, inner content is only decoded when the content type is...
Juan Lang [Tue, 7 Aug 2007 21:57:04 +0000 (14:57 -0700)] 
crypt32: According to MSDN, inner content is only decoded when the content type is data.

16 years agocrypt32: Add a couple traces.
Juan Lang [Tue, 7 Aug 2007 21:56:26 +0000 (14:56 -0700)] 
crypt32: Add a couple traces.

16 years agocrypt32: Test and correct finding a subject certificate.
Juan Lang [Tue, 7 Aug 2007 20:15:00 +0000 (13:15 -0700)] 
crypt32: Test and correct finding a subject certificate.

16 years agocrypt32: Use the authority key identifier to search for a certificate's issuer.
Juan Lang [Tue, 7 Aug 2007 20:14:02 +0000 (13:14 -0700)] 
crypt32: Use the authority key identifier to search for a certificate's issuer.

16 years agocrypt32: Fix typo.
Juan Lang [Tue, 7 Aug 2007 16:19:41 +0000 (09:19 -0700)] 
crypt32: Fix typo.

16 years agocrypt32: Introduce cryptasn debug channel to quiet down crypt traces.
Juan Lang [Tue, 7 Aug 2007 16:19:17 +0000 (09:19 -0700)] 
crypt32: Introduce cryptasn debug channel to quiet down crypt traces.

16 years agocrypt32: Implement CertRDNValueToStr for UTF-8 strings.
Juan Lang [Tue, 7 Aug 2007 16:18:44 +0000 (09:18 -0700)] 
crypt32: Implement CertRDNValueToStr for UTF-8 strings.

16 years agourlmon/tests: Add test for binding to a URL from which a very short response is received.
Misha Koshelev [Wed, 8 Aug 2007 01:11:18 +0000 (20:11 -0500)] 
urlmon/tests: Add test for binding to a URL from which a very short response is received.