wine
12 years agomshtml: Share nsIDOMText reference with nsIDOMNode.
Jacek Caban [Tue, 26 Jun 2012 10:34:06 +0000 (12:34 +0200)] 
mshtml: Share nsIDOMText reference with nsIDOMNode.

12 years agomshtml: Use inner window as script global object.
Jacek Caban [Tue, 26 Jun 2012 10:33:48 +0000 (12:33 +0200)] 
mshtml: Use inner window as script global object.

12 years agomshtml: Return referenced instances from node constructors.
Jacek Caban [Tue, 26 Jun 2012 10:33:35 +0000 (12:33 +0200)] 
mshtml: Return referenced instances from node constructors.

12 years agomshtml: Moved history property to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:53 +0000 (12:32 +0200)] 
mshtml: Moved history property to HTMLInnerWindow.

12 years agomshtml: Moved screen property to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:40 +0000 (12:32 +0200)] 
mshtml: Moved screen property to HTMLInnerWindow.

12 years agomshtml: Moved image_factory to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:27 +0000 (12:32 +0200)] 
mshtml: Moved image_factory to HTMLInnerWindow.

12 years agojscript: Make int_to_bstr() static.
Francois Gouget [Tue, 26 Jun 2012 10:33:28 +0000 (12:33 +0200)] 
jscript: Make int_to_bstr() static.

12 years agomsvcp90: Make numpunct_char_use_facet() static.
Francois Gouget [Tue, 26 Jun 2012 10:32:56 +0000 (12:32 +0200)] 
msvcp90: Make numpunct_char_use_facet() static.

12 years agomsvcp90: Add a space between the spec entry name the implementation function.
Francois Gouget [Tue, 26 Jun 2012 10:32:44 +0000 (12:32 +0200)] 
msvcp90: Add a space between the spec entry name the implementation function.

12 years agoopengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.
Roderick Colenbrander [Tue, 26 Jun 2012 05:37:30 +0000 (22:37 -0700)] 
opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.

12 years agoquartz: Remove the seek position table from the MPEG splitter.
Chris Robinson [Tue, 26 Jun 2012 02:41:13 +0000 (19:41 -0700)] 
quartz: Remove the seek position table from the MPEG splitter.

It takes a good 0.5 seconds for MPEGSplitter_pre_connect to iterate over the
file and build the table for a standard 2 or 3 minute MP3. This causes
unsightly hiccups when an app tries to play a new file, particularly in games,
as the pre-connect needs to happen synchronously to tell whether it can
succeed or not.

12 years agousp10: Remove unreachable break after return (Smatch).
Michael Stefaniuc [Mon, 25 Jun 2012 21:11:51 +0000 (23:11 +0200)] 
usp10: Remove unreachable break after return (Smatch).

12 years agoappwiz: Update text to match button names.
Vincent Povirk [Mon, 25 Jun 2012 20:03:36 +0000 (15:03 -0500)] 
appwiz: Update text to match button names.

12 years agogdiplus: Remove FIXME from GdipAddPathString.
Vincent Povirk [Mon, 25 Jun 2012 15:40:36 +0000 (10:40 -0500)] 
gdiplus: Remove FIXME from GdipAddPathString.

12 years agowindowscodecs: Implement MetadataReaderInfo_GetVendorGUID.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:54:21 +0000 (12:54 +0900)] 
windowscodecs: Implement MetadataReaderInfo_GetVendorGUID.

12 years agowindowscodecs: Implement TiffFrameDecode_GetThumbnail.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:27:22 +0000 (12:27 +0900)] 
windowscodecs: Implement TiffFrameDecode_GetThumbnail.

12 years agowindowscodecs: Implement TiffDecoder_GetPreview.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:27:12 +0000 (12:27 +0900)] 
windowscodecs: Implement TiffDecoder_GetPreview.

12 years agowindowscodecs: TiffDecoder_GetThumbnail should return NULL interface.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:26:56 +0000 (12:26 +0900)] 
windowscodecs: TiffDecoder_GetThumbnail should return NULL interface.

12 years agogdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
Alexandre Julliard [Mon, 25 Jun 2012 20:45:28 +0000 (22:45 +0200)] 
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.

12 years agogdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.
Alexandre Julliard [Mon, 25 Jun 2012 20:03:59 +0000 (22:03 +0200)] 
gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.

12 years agogdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFo...
Alexandre Julliard [Mon, 25 Jun 2012 19:59:11 +0000 (21:59 +0200)] 
gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat.

12 years agowinex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePix...
Alexandre Julliard [Mon, 25 Jun 2012 19:51:16 +0000 (21:51 +0200)] 
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.

12 years agowindowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.
Vincent Povirk [Wed, 13 Jun 2012 15:22:33 +0000 (10:22 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.

12 years agowindowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.
Vincent Povirk [Wed, 13 Jun 2012 15:20:48 +0000 (10:20 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.

12 years agowindowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.
Vincent Povirk [Wed, 13 Jun 2012 15:11:53 +0000 (10:11 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.

12 years agowindowscodecs: Implement PixelFormatInfo_GetChannelCount.
Vincent Povirk [Mon, 16 Apr 2012 21:03:57 +0000 (16:03 -0500)] 
windowscodecs: Implement PixelFormatInfo_GetChannelCount.

12 years agowindowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.
Vincent Povirk [Mon, 16 Apr 2012 20:40:35 +0000 (15:40 -0500)] 
windowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.

12 years agowined3d: Use the system memory pool for the logo surface.
Józef Kucia [Thu, 21 Jun 2012 12:15:39 +0000 (14:15 +0200)] 
wined3d: Use the system memory pool for the logo surface.

12 years agojscript: Added more apply and call tests.
Jacek Caban [Mon, 25 Jun 2012 12:09:12 +0000 (14:09 +0200)] 
jscript: Added more apply and call tests.

12 years agojscript: Removed no longer needed arg_cnt and get_arg helpers.
Jacek Caban [Mon, 25 Jun 2012 12:08:58 +0000 (14:08 +0200)] 
jscript: Removed no longer needed arg_cnt and get_arg helpers.

12 years agojscript: Don't use DISPPARAMS for internal arguments.
Jacek Caban [Mon, 25 Jun 2012 12:08:38 +0000 (14:08 +0200)] 
jscript: Don't use DISPPARAMS for internal arguments.

12 years agojscript: Don't use DISPPARAMS named args for internal parameter passing.
Jacek Caban [Mon, 25 Jun 2012 12:07:48 +0000 (14:07 +0200)] 
jscript: Don't use DISPPARAMS named args for internal parameter passing.

12 years agomsxml3: Support VT_I2 variants tracing.
Nikolay Sivov [Sat, 23 Jun 2012 13:08:27 +0000 (17:08 +0400)] 
msxml3: Support VT_I2 variants tracing.

12 years agomsxml3: Accept VT_ERROR body as empty data.
Nikolay Sivov [Sat, 23 Jun 2012 20:16:39 +0000 (00:16 +0400)] 
msxml3: Accept VT_ERROR body as empty data.

12 years agomsxml3: Fix async flag setting.
Nikolay Sivov [Sat, 23 Jun 2012 15:44:04 +0000 (19:44 +0400)] 
msxml3: Fix async flag setting.

12 years agomsxml3: Recognise PROPFIND method in open().
Nikolay Sivov [Sat, 23 Jun 2012 13:06:04 +0000 (17:06 +0400)] 
msxml3: Recognise PROPFIND method in open().

12 years agomsvcp90: Export clog object.
Piotr Caban [Mon, 25 Jun 2012 13:50:13 +0000 (15:50 +0200)] 
msvcp90: Export clog object.

12 years agomsvcp90: Added basic_ostream<wchar> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:53 +0000 (15:49 +0200)] 
msvcp90: Added basic_ostream<wchar> implementation.

12 years agomsvcp90: Added num_get<wchar>::get functions implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:35 +0000 (15:49 +0200)] 
msvcp90: Added num_get<wchar>::get functions implementation.

12 years agomsvcp90: Added num_get<wchar>::_Getifld implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:15 +0000 (15:49 +0200)] 
msvcp90: Added num_get<wchar>::_Getifld implementation.

12 years agomsvcp90: Added num_get<wchar>::_Getffld implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:59 +0000 (15:48 +0200)] 
msvcp90: Added num_get<wchar>::_Getffld implementation.

12 years agomsvcp90: Added partial num_get<wchar> and num_get<short> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:39 +0000 (15:48 +0200)] 
msvcp90: Added partial num_get<wchar> and num_get<short> implementation.

12 years agomsvcp90: Added num_put<wchar> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:18 +0000 (15:48 +0200)] 
msvcp90: Added num_put<wchar> implementation.

12 years agomshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow.
Jacek Caban [Mon, 25 Jun 2012 12:06:27 +0000 (14:06 +0200)] 
mshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow.

12 years agomshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:06:09 +0000 (14:06 +0200)] 
mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:58 +0000 (14:05 +0200)] 
mshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:48 +0000 (14:05 +0200)] 
mshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:33 +0000 (14:05 +0200)] 
mshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:17 +0000 (14:05 +0200)] 
mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Added separated types for outer and inner HTML windows.
Jacek Caban [Mon, 25 Jun 2012 12:04:59 +0000 (14:04 +0200)] 
mshtml: Added separated types for outer and inner HTML windows.

12 years agomshtml: Keep reference in node returned from get_node.
Jacek Caban [Mon, 25 Jun 2012 12:04:40 +0000 (14:04 +0200)] 
mshtml: Keep reference in node returned from get_node.

12 years agowbemprox: Parse the resource string in IWbemLocator::ConnectServer.
Hans Leidekker [Mon, 25 Jun 2012 09:20:21 +0000 (11:20 +0200)] 
wbemprox: Parse the resource string in IWbemLocator::ConnectServer.

12 years agowbemprox: Add a partial Win32_NetworkAdapter class implementation.
Hans Leidekker [Mon, 25 Jun 2012 09:20:09 +0000 (11:20 +0200)] 
wbemprox: Add a partial Win32_NetworkAdapter class implementation.

12 years agogdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.
Alexandre Julliard [Mon, 25 Jun 2012 10:02:13 +0000 (12:02 +0200)] 
gdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.

12 years agowinex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extensi...
Alexandre Julliard [Mon, 25 Jun 2012 14:22:16 +0000 (16:22 +0200)] 
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.

12 years agowinex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension...
Alexandre Julliard [Mon, 25 Jun 2012 10:21:18 +0000 (12:21 +0200)] 
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.

12 years agowinex11: Move wglShareLists to the internal OpenGL extension functions.
Alexandre Julliard [Mon, 25 Jun 2012 10:12:40 +0000 (12:12 +0200)] 
winex11: Move wglShareLists to the internal OpenGL extension functions.

12 years agowinex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver...
Alexandre Julliard [Mon, 25 Jun 2012 09:58:53 +0000 (11:58 +0200)] 
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.

12 years agowindowscodecs: Implement ImagingFactory_CreateDecoder.
Dmitry Timoshkov [Fri, 22 Jun 2012 09:22:36 +0000 (18:22 +0900)] 
windowscodecs: Implement ImagingFactory_CreateDecoder.

12 years agowindowscodecs: Add WICImagingCategories registration.
Dmitry Timoshkov [Fri, 22 Jun 2012 06:12:54 +0000 (15:12 +0900)] 
windowscodecs: Add WICImagingCategories registration.

12 years agohhctrl.ocx: Add icons for the table of contents TreeView control.
Erich Hoover [Fri, 22 Jun 2012 17:07:19 +0000 (11:07 -0600)] 
hhctrl.ocx: Add icons for the table of contents TreeView control.

12 years agomsxml3: Basic refcount test for IMXNamespacePrefixes.
Nikolay Sivov [Sat, 23 Jun 2012 11:03:42 +0000 (15:03 +0400)] 
msxml3: Basic refcount test for IMXNamespacePrefixes.

12 years agomsxml3: Implement internalEntityDecl() for writer.
Nikolay Sivov [Sat, 23 Jun 2012 09:56:53 +0000 (13:56 +0400)] 
msxml3: Implement internalEntityDecl() for writer.

12 years agomsxml3: Initial implementation of attributeDecl() in writer.
Nikolay Sivov [Sat, 23 Jun 2012 09:38:03 +0000 (13:38 +0400)] 
msxml3: Initial implementation of attributeDecl() in writer.

12 years agomsxml3: Fix closing of open element.
Nikolay Sivov [Sat, 23 Jun 2012 08:29:14 +0000 (12:29 +0400)] 
msxml3: Fix closing of open element.

12 years agomsxml3: Properly handle -1 as length of element qualified name in startElement().
Nikolay Sivov [Fri, 22 Jun 2012 20:38:12 +0000 (00:38 +0400)] 
msxml3: Properly handle -1 as length of element qualified name in startElement().

12 years agomsxml3: Return stream reference from get_output() if stream is set.
Nikolay Sivov [Fri, 22 Jun 2012 18:36:04 +0000 (22:36 +0400)] 
msxml3: Return stream reference from get_output() if stream is set.

12 years agokernel32: Add more tracing to GetDiskFreeSpaceW.
Austin English [Mon, 25 Jun 2012 06:03:37 +0000 (01:03 -0500)] 
kernel32: Add more tracing to GetDiskFreeSpaceW.

12 years agoopengl32: Check for valid context in wglGetProcAddress.
Roderick Colenbrander [Mon, 25 Jun 2012 05:42:11 +0000 (22:42 -0700)] 
opengl32: Check for valid context in wglGetProcAddress.

12 years agowinex11.drv: Remove GLX_ATI_render_texture support.
Roderick Colenbrander [Mon, 25 Jun 2012 05:42:10 +0000 (22:42 -0700)] 
winex11.drv: Remove GLX_ATI_render_texture support.

12 years agontdll: Check for ARMv7 architecture dynamically when loading a PE.
André Hentschel [Sun, 24 Jun 2012 22:25:28 +0000 (00:25 +0200)] 
ntdll: Check for ARMv7 architecture dynamically when loading a PE.

12 years agoconfigure: Downgrade the Thumb2 requirement to Thumb on ARM.
André Hentschel [Sun, 24 Jun 2012 22:22:16 +0000 (00:22 +0200)] 
configure: Downgrade the Thumb2 requirement to Thumb on ARM.

12 years agowinebuild: Put the PE header into the text section on ARM.
André Hentschel [Sun, 24 Jun 2012 22:20:50 +0000 (00:20 +0200)] 
winebuild: Put the PE header into the text section on ARM.

12 years agowinspool.drv/tests: Fix typos/grammar.
Julian Rüger [Sun, 24 Jun 2012 17:40:56 +0000 (19:40 +0200)] 
winspool.drv/tests: Fix typos/grammar.

12 years agolocalui/tests: Fix typos/grammar.
Julian Rüger [Sun, 24 Jun 2012 15:45:47 +0000 (17:45 +0200)] 
localui/tests: Fix typos/grammar.

12 years agoquartz: Improve MPEG header parsing and sync recovery.
Chris Robinson [Sat, 23 Jun 2012 17:04:00 +0000 (10:04 -0700)] 
quartz: Improve MPEG header parsing and sync recovery.

12 years agoquartz: Fix frame length calculation for MPEG audio.
Chris Robinson [Sat, 23 Jun 2012 15:35:16 +0000 (08:35 -0700)] 
quartz: Fix frame length calculation for MPEG audio.

12 years agod3dx9_36/tests: Simplify test_D3DXSHMultiply3().
Francois Gouget [Sat, 23 Jun 2012 15:11:25 +0000 (17:11 +0200)] 
d3dx9_36/tests: Simplify test_D3DXSHMultiply3().

12 years agowinedbg: In 'info locals' command, show the full register/stack layout for parameters...
Eric Pouech [Sun, 24 Jun 2012 11:03:09 +0000 (13:03 +0200)] 
winedbg: In 'info locals' command, show the full register/stack layout for parameters & locals.

12 years agodbghelp: Added support for index leaves in types definition for CodeView debug format.
Eric Pouech [Sat, 23 Jun 2012 13:18:35 +0000 (15:18 +0200)] 
dbghelp: Added support for index leaves in types definition for CodeView debug format.

12 years agopo: Update Norwegian Bokmål translation.
Lauri Kenttä [Sat, 23 Jun 2012 10:47:10 +0000 (13:47 +0300)] 
po: Update Norwegian Bokmål translation.

12 years agopo: Add missing ='s in the Catalan translation.
Lauri Kenttä [Sat, 23 Jun 2012 10:47:09 +0000 (13:47 +0300)] 
po: Add missing ='s in the Catalan translation.

12 years agoRelease 1.5.7. wine-1.5.7
Alexandre Julliard [Fri, 22 Jun 2012 18:16:32 +0000 (20:16 +0200)] 
Release 1.5.7.

12 years agomsvcp: Sync spec files.
Piotr Caban [Fri, 22 Jun 2012 08:42:09 +0000 (10:42 +0200)] 
msvcp: Sync spec files.

12 years agowined3d: Get rid of the d3d_caps debug channel.
Henri Verbeet [Fri, 22 Jun 2012 13:57:31 +0000 (15:57 +0200)] 
wined3d: Get rid of the d3d_caps debug channel.

12 years agowined3d: Only store a different screen format if it's explicitly changed through...
Henri Verbeet [Fri, 22 Jun 2012 13:57:30 +0000 (15:57 +0200)] 
wined3d: Only store a different screen format if it's explicitly changed through wined3d.

12 years agowined3d: Properly retrieve the display mode in wined3d_device_set_cursor_properties().
Henri Verbeet [Fri, 22 Jun 2012 13:57:29 +0000 (15:57 +0200)] 
wined3d: Properly retrieve the display mode in wined3d_device_set_cursor_properties().

12 years agowined3d: Just forward wined3d_device_get_display_mode() to the appropriate swapchain.
Henri Verbeet [Fri, 22 Jun 2012 13:57:28 +0000 (15:57 +0200)] 
wined3d: Just forward wined3d_device_get_display_mode() to the appropriate swapchain.

12 years agowined3d: Implement mode setting in the adapter instead of the device.
Henri Verbeet [Fri, 22 Jun 2012 13:57:27 +0000 (15:57 +0200)] 
wined3d: Implement mode setting in the adapter instead of the device.

12 years agogdi32: Fix StretchDIBits return value when destination is clipped.
Alexandre Julliard [Fri, 22 Jun 2012 11:37:19 +0000 (13:37 +0200)] 
gdi32: Fix StretchDIBits return value when destination is clipped.

12 years agopsapi/tests: Added tests for EnumProcessModules with last parameter NULL.
Stefan Leichter [Thu, 21 Jun 2012 21:11:22 +0000 (23:11 +0200)] 
psapi/tests: Added tests for EnumProcessModules with last parameter NULL.

12 years agokernel32: Let K32EnumProcessModules fail if the last parameter is NULL.
Stefan Leichter [Thu, 21 Jun 2012 21:11:19 +0000 (23:11 +0200)] 
kernel32: Let K32EnumProcessModules fail if the last parameter is NULL.

12 years agows2_32: In WSAIoctl(SIO_GET_INTERFACE_LIST), skip interfaces with no IPv4 address.
Per Johansson [Thu, 21 Jun 2012 12:13:09 +0000 (14:13 +0200)] 
ws2_32: In WSAIoctl(SIO_GET_INTERFACE_LIST), skip interfaces with no IPv4 address.

12 years agopo: Update French translation.
Frédéric Delanoy [Fri, 22 Jun 2012 05:46:28 +0000 (07:46 +0200)] 
po: Update French translation.

12 years agokernel32: Add a test for deleting a file opened for reading.
Dmitry Timoshkov [Thu, 21 Jun 2012 08:29:17 +0000 (17:29 +0900)] 
kernel32: Add a test for deleting a file opened for reading.

12 years agowindowscodecs: Create a IWICMetadataReader for a TIFF frame.
Dmitry Timoshkov [Tue, 19 Jun 2012 02:40:10 +0000 (11:40 +0900)] 
windowscodecs: Create a IWICMetadataReader for a TIFF frame.

12 years agohhctrl.ocx: Add support for the CHM code page.
Erich Hoover [Wed, 20 Jun 2012 20:31:19 +0000 (14:31 -0600)] 
hhctrl.ocx: Add support for the CHM code page.

12 years agohhctrl.ocx: Use HTML decoder for the index.
Erich Hoover [Wed, 20 Jun 2012 20:31:15 +0000 (14:31 -0600)] 
hhctrl.ocx: Use HTML decoder for the index.

12 years agohhctrl.ocx: Add HTML to Unicode decoding capability to the table of contents.
Erich Hoover [Wed, 20 Jun 2012 20:31:10 +0000 (14:31 -0600)] 
hhctrl.ocx: Add HTML to Unicode decoding capability to the table of contents.

12 years agoinclude/wine/test.h: Fix compilation of standalone tests with PSDK headers.
Dmitry Timoshkov [Thu, 21 Jun 2012 12:01:29 +0000 (21:01 +0900)] 
include/wine/test.h: Fix compilation of standalone tests with PSDK headers.