wine
15 years agojanitorial: Don't depend on user32 for the self registration functions.
Hans Leidekker [Tue, 16 Dec 2008 15:41:01 +0000 (16:41 +0100)] 
janitorial: Don't depend on user32 for the self registration functions.

15 years agoinclude: Add prototype for GetConsoleInputExeNameA/W().
Marcus Meissner [Tue, 16 Dec 2008 15:31:10 +0000 (16:31 +0100)] 
include: Add prototype for GetConsoleInputExeNameA/W().

15 years agowinemenubuilder: Create xdg_config_dir if it does not exist.
Damjan Jovanovic [Tue, 16 Dec 2008 14:08:49 +0000 (16:08 +0200)] 
winemenubuilder: Create xdg_config_dir if it does not exist.

15 years agowined3d: Get rid of IWineD3DPixelShaderImpl_GenerateShader.
Stefan Dösinger [Mon, 15 Dec 2008 18:24:36 +0000 (19:24 +0100)] 
wined3d: Get rid of IWineD3DPixelShaderImpl_GenerateShader.

15 years agowined3d: Avoid loading opengl32.dll.
Stefan Dösinger [Sun, 23 Nov 2008 11:43:15 +0000 (12:43 +0100)] 
wined3d: Avoid loading opengl32.dll.

This confuses applications like Steam, which hook d3d9 and opengl
functions. It sees that the application uses opengl32, but it doesn't
realize that d3d9 is wrapped to opengl. Thus it starts messing around
with wined3d's wgl context. It usually tries to draw geometry with the
context, but cannot deal with some of the obscure extensions we have
activated.

15 years agowined3d: Initialize max_combined_samplers properly.
Stefan Dösinger [Sun, 14 Dec 2008 23:03:43 +0000 (00:03 +0100)] 
wined3d: Initialize max_combined_samplers properly.

Otherwise it will be 0 if GL_ARB_multitexture is not available.

15 years agowined3d: Correct a stage number.
Stefan Dösinger [Thu, 11 Dec 2008 22:11:30 +0000 (23:11 +0100)] 
wined3d: Correct a stage number.

15 years agowined3d: Emulate GL_EXT_fog_coord.
Stefan Dösinger [Mon, 15 Dec 2008 18:21:37 +0000 (19:21 +0100)] 
wined3d: Emulate GL_EXT_fog_coord.

15 years agowined3d: Remove some needless initializations.
Stefan Dösinger [Mon, 15 Dec 2008 14:47:07 +0000 (15:47 +0100)] 
wined3d: Remove some needless initializations.

They're not needed, they are handled by the state management anyway.

15 years agowined3d: Some GL_EXT_fog_coord prototype fixes.
Stefan Dösinger [Tue, 16 Dec 2008 12:23:15 +0000 (13:23 +0100)] 
wined3d: Some GL_EXT_fog_coord prototype fixes.

15 years agowined3d: Reinstall the G16R16F format surface load fixup.
Stefan Dösinger [Mon, 15 Dec 2008 18:14:15 +0000 (19:14 +0100)] 
wined3d: Reinstall the G16R16F format surface load fixup.

We cannot remove this because we still have to load the surface as
RGB. The shader may take care of setting the blue channel to 1.0 now,
but we still get the red and green channels loaded incorrectly if we
don't insert a blue channel before loading.

15 years agowined3d: Set up the shaders when delaying fixed func applying.
Stefan Dösinger [Thu, 11 Dec 2008 13:16:25 +0000 (14:16 +0100)] 
wined3d: Set up the shaders when delaying fixed func applying.

15 years agowined3d: Fake GL_ARB_multitexture.
Stefan Dösinger [Tue, 16 Dec 2008 12:18:49 +0000 (13:18 +0100)] 
wined3d: Fake GL_ARB_multitexture.

15 years agouser32: Sign-compare warnings fix.
Andrew Talbot [Mon, 15 Dec 2008 21:21:07 +0000 (21:21 +0000)] 
user32: Sign-compare warnings fix.

15 years agomsvcrt: fread: Exhaust buffered data before using unbuffered data in ascii mode.
Dan Kegel [Tue, 16 Dec 2008 05:47:56 +0000 (21:47 -0800)] 
msvcrt: fread: Exhaust buffered data before using unbuffered data in ascii mode.

15 years agontoskrnl.exe: Add stubs for Io{Allocate,Get}DriverObjectExtension.
Alexander Morozov [Tue, 16 Dec 2008 09:19:08 +0000 (12:19 +0300)] 
ntoskrnl.exe: Add stubs for Io{Allocate,Get}DriverObjectExtension.

15 years agorichedit: Move implementation of WM_CHAR to its own function.
Dylan Smith [Tue, 16 Dec 2008 08:43:33 +0000 (03:43 -0500)] 
richedit: Move implementation of WM_CHAR to its own function.

15 years agorichedit: Removed some unnecessary SendMessage calls to itself.
Dylan Smith [Tue, 16 Dec 2008 08:43:43 +0000 (03:43 -0500)] 
richedit: Removed some unnecessary SendMessage calls to itself.

15 years agorichedit: Move implementation of EM_GETTEXTEX to its own function.
Dylan Smith [Tue, 16 Dec 2008 08:43:24 +0000 (03:43 -0500)] 
richedit: Move implementation of EM_GETTEXTEX to its own function.

15 years agorichedit: Move implementation of EM_GETTEXTRANGE to its own function.
Dylan Smith [Tue, 16 Dec 2008 08:43:13 +0000 (03:43 -0500)] 
richedit: Move implementation of EM_GETTEXTRANGE to its own function.

The RichEditWndProc_common function is big enough already by handling
all the window messages, so moving code to handle a message to its own
function makes the code more readable.

15 years agooleaut32/tests: Fix double GlobalFree in olepicture tests.
Jeremy Drake [Tue, 16 Dec 2008 07:41:47 +0000 (23:41 -0800)] 
oleaut32/tests: Fix double GlobalFree in olepicture tests.

15 years agod3dxof/tests: Remove redundant NULL check before HeapFree (Smatch).
Michael Stefaniuc [Tue, 16 Dec 2008 12:10:58 +0000 (13:10 +0100)] 
d3dxof/tests: Remove redundant NULL check before HeapFree (Smatch).

15 years agopidgen: Add a placeholder BINK resource.
Hans Leidekker [Mon, 15 Dec 2008 10:56:18 +0000 (11:56 +0100)] 
pidgen: Add a placeholder BINK resource.

Adds a binary resource that consists of the string "Wine placeholder
BINK resource" padded with zeroes.

15 years agopidgen: Add stub implementation.
Hans Leidekker [Mon, 15 Dec 2008 10:55:32 +0000 (11:55 +0100)] 
pidgen: Add stub implementation.

15 years agowine.inf: Create fake hal.dll.
Hans Leidekker [Mon, 15 Dec 2008 10:55:01 +0000 (11:55 +0100)] 
wine.inf: Create fake hal.dll.

15 years agohal: Add version resource.
Hans Leidekker [Mon, 15 Dec 2008 10:54:16 +0000 (11:54 +0100)] 
hal: Add version resource.

15 years agogdiplus: Fix Font test failure on charset mismatch.
Nikolay Sivov [Tue, 16 Dec 2008 02:10:48 +0000 (05:10 +0300)] 
gdiplus: Fix Font test failure on charset mismatch.

15 years agoquartz: Enumerate all the pins on filter and check directions when rendering.
Lei Zhang [Mon, 15 Dec 2008 23:31:43 +0000 (15:31 -0800)] 
quartz: Enumerate all the pins on filter and check directions when rendering.

15 years agomshtml: Fixed IHTMLInputTextElement vtbl and QueryInterface implementation.
Jacek Caban [Mon, 15 Dec 2008 21:50:10 +0000 (22:50 +0100)] 
mshtml: Fixed IHTMLInputTextElement vtbl and QueryInterface implementation.

Spotted by Andrew Talbot.

15 years agojscript: Delay setting named info if SCRIPTITEM_GLOBALMEMBER flag is not set.
Jacek Caban [Mon, 15 Dec 2008 21:24:33 +0000 (22:24 +0100)] 
jscript: Delay setting named info if SCRIPTITEM_GLOBALMEMBER flag is not set.

15 years agod3d8: Add a test for GetVertexShader() with a FVF set.
Henri Verbeet [Mon, 15 Dec 2008 15:35:15 +0000 (16:35 +0100)] 
d3d8: Add a test for GetVertexShader() with a FVF set.

15 years agowined3d: Fix use_vs() usage in vertexdeclaration().
Henri Verbeet [Mon, 15 Dec 2008 15:35:15 +0000 (16:35 +0100)] 
wined3d: Fix use_vs() usage in vertexdeclaration().

15 years agowined3d: Shaders will never have a NULL function.
Henri Verbeet [Mon, 15 Dec 2008 15:35:14 +0000 (16:35 +0100)] 
wined3d: Shaders will never have a NULL function.

15 years agowined3d: Refuse to create shaders with a NULL function.
Henri Verbeet [Mon, 15 Dec 2008 15:35:13 +0000 (16:35 +0100)] 
wined3d: Refuse to create shaders with a NULL function.

15 years agod3d8: Remove unused code.
Henri Verbeet [Mon, 15 Dec 2008 15:35:13 +0000 (16:35 +0100)] 
d3d8: Remove unused code.

Also corrects some related comments.

15 years agoriched20/tests: Fix test failures on Win9x, WinMe and Wine in win9x mode.
Paul Vriens [Tue, 16 Dec 2008 10:29:54 +0000 (11:29 +0100)] 
riched20/tests: Fix test failures on Win9x, WinMe and Wine in win9x mode.

15 years agocomctl32/tests: Destroy the window after the tests.
Paul Vriens [Mon, 15 Dec 2008 17:39:06 +0000 (18:39 +0100)] 
comctl32/tests: Destroy the window after the tests.

15 years agomsi/tests: Run tests again on Win9x and NT4.
Paul Vriens [Mon, 15 Dec 2008 15:29:19 +0000 (16:29 +0100)] 
msi/tests: Run tests again on Win9x and NT4.

15 years agorpcrt4/tests: Move function pointer initialization to the init function.
Paul Vriens [Mon, 15 Dec 2008 14:06:37 +0000 (15:06 +0100)] 
rpcrt4/tests: Move function pointer initialization to the init function.

15 years agorpcrt4/tests: Use GetModuleHandle instead of LoadLibrary.
Paul Vriens [Mon, 15 Dec 2008 13:58:29 +0000 (14:58 +0100)] 
rpcrt4/tests: Use GetModuleHandle instead of LoadLibrary.

15 years agoxinput1_3/tests: Call FreeLibrary() after tests.
Paul Vriens [Mon, 15 Dec 2008 13:50:06 +0000 (14:50 +0100)] 
xinput1_3/tests: Call FreeLibrary() after tests.

15 years agouser32/tests: Destroy the windows after the tests.
Paul Vriens [Mon, 15 Dec 2008 13:19:34 +0000 (14:19 +0100)] 
user32/tests: Destroy the windows after the tests.

15 years agontdll: Add support for dynamically generated stub entry points.
Alexandre Julliard [Tue, 16 Dec 2008 11:25:07 +0000 (12:25 +0100)] 
ntdll: Add support for dynamically generated stub entry points.

Based on a patch by Maarten Lankhorst.

15 years agowinebuild: Generate stub entry points for x86_64.
Alexandre Julliard [Tue, 16 Dec 2008 11:20:30 +0000 (12:20 +0100)] 
winebuild: Generate stub entry points for x86_64.

15 years agowinetest: Use main instead of WinMain as entry point.
Alexandre Julliard [Tue, 16 Dec 2008 11:07:53 +0000 (12:07 +0100)] 
winetest: Use main instead of WinMain as entry point.

15 years agowidl: Use ULONG_PTR instead of unsigned long for pointer casts in generated code.
Alexandre Julliard [Mon, 15 Dec 2008 19:08:39 +0000 (20:08 +0100)] 
widl: Use ULONG_PTR instead of unsigned long for pointer casts in generated code.

15 years agomsvcrt: Rename _ftime to avoid conflicts.
Alexandre Julliard [Mon, 15 Dec 2008 19:08:33 +0000 (20:08 +0100)] 
msvcrt: Rename _ftime to avoid conflicts.

15 years agomsvcrt: The __p_* functions are only exported on i386.
Alexandre Julliard [Mon, 15 Dec 2008 15:20:08 +0000 (16:20 +0100)] 
msvcrt: The __p_* functions are only exported on i386.

15 years agomsvcrt: Add a few more *_func functions to replace the __p_* ones.
Alexandre Julliard [Mon, 15 Dec 2008 15:03:32 +0000 (16:03 +0100)] 
msvcrt: Add a few more *_func functions to replace the __p_* ones.

15 years agomsvcrt: The _CI* math functions are only exported on i386.
Alexandre Julliard [Mon, 15 Dec 2008 14:39:34 +0000 (15:39 +0100)] 
msvcrt: The _CI* math functions are only exported on i386.

15 years agod3d8: Use the wined3d declaration to retrieve the d3d8 shader in IDirect3DDevice8Impl...
Henri Verbeet [Mon, 15 Dec 2008 11:10:15 +0000 (12:10 +0100)] 
d3d8: Use the wined3d declaration to retrieve the d3d8 shader in IDirect3DDevice8Impl_GetVertexShader().

This makes it no longer necessary to create a wined3d vertex shader
when the d3d8 vertex shader has a NULL function.

15 years agod3d8: Create a d3d8 declaration as parent for FVF based declarations.
Henri Verbeet [Mon, 15 Dec 2008 11:10:15 +0000 (12:10 +0100)] 
d3d8: Create a d3d8 declaration as parent for FVF based declarations.

15 years agowined3d: Simplify shader_generate_main() a bit.
Henri Verbeet [Mon, 15 Dec 2008 11:10:15 +0000 (12:10 +0100)] 
wined3d: Simplify shader_generate_main() a bit.

15 years agowined3d: Move the shader version to reg_maps.
Henri Verbeet [Mon, 15 Dec 2008 11:10:14 +0000 (12:10 +0100)] 
wined3d: Move the shader version to reg_maps.

15 years agowined3d: Explicitly pass the shader version to some more functions.
Henri Verbeet [Mon, 15 Dec 2008 11:10:14 +0000 (12:10 +0100)] 
wined3d: Explicitly pass the shader version to some more functions.

15 years agontdll: NtCurrentTeb is not exported on x86_64.
Alexandre Julliard [Mon, 15 Dec 2008 12:32:15 +0000 (13:32 +0100)] 
ntdll: NtCurrentTeb is not exported on x86_64.

15 years agoinclude: Allow 64-bit pointers to pass through LDT functions unmolested.
Alexandre Julliard [Mon, 15 Dec 2008 12:31:52 +0000 (13:31 +0100)] 
include: Allow 64-bit pointers to pass through LDT functions unmolested.

15 years agoserver: Make async I/O transfer sizes always 32-bit.
Alexandre Julliard [Mon, 15 Dec 2008 12:30:25 +0000 (13:30 +0100)] 
server: Make async I/O transfer sizes always 32-bit.

15 years agoserver: Add an apc_param_t type to store APC client-side parameters.
Alexandre Julliard [Mon, 15 Dec 2008 12:29:38 +0000 (13:29 +0100)] 
server: Add an apc_param_t type to store APC client-side parameters.

15 years agokernel32: Add stub for GetConsoleAliasW.
Alexander Nicolaysen Sørnes [Sun, 7 Dec 2008 19:41:06 +0000 (20:41 +0100)] 
kernel32: Add stub for GetConsoleAliasW.

15 years agowinmm: Sign-compare warning fix.
Andrew Talbot [Fri, 12 Dec 2008 20:22:03 +0000 (20:22 +0000)] 
winmm: Sign-compare warning fix.

15 years agowineps.drv: Fix freeing of not allocated memory in type42.c.
Wolfgang Walter [Mon, 15 Dec 2008 09:57:13 +0000 (10:57 +0100)] 
wineps.drv: Fix freeing of not allocated memory in type42.c.

15 years agorichedit: Missing capitalization on TxGetScrollBars.
Dylan Smith [Mon, 15 Dec 2008 09:31:33 +0000 (04:31 -0500)] 
richedit: Missing capitalization on TxGetScrollBars.

15 years agorichedit: Removed unused hwndEdit variable for the RTF parser.
Dylan Smith [Mon, 15 Dec 2008 09:31:52 +0000 (04:31 -0500)] 
richedit: Removed unused hwndEdit variable for the RTF parser.

There is no reason for the rich text format parser to need a handle to
the window, and even if there were it has a handle to the editor which
contains a handle to the window.  It is better to remove this
considering we need to cut down on the use of window handles to
implement windowless richedit controls.

15 years agorichedit: Removed an unnecessary call to GetScrollInfo.
Dylan Smith [Mon, 15 Dec 2008 09:31:25 +0000 (04:31 -0500)] 
richedit: Removed an unnecessary call to GetScrollInfo.

The vertical scrollbar state is stored internally within the control,
so should be used when possible.  This will become more necessary when
windowless richedit controls are implemented, and there will no hWnd
to pass to GetScrollInfo.

15 years agorichedit: Compare editor rather than hWnd in ME_CalculateClickCount.
Dylan Smith [Mon, 15 Dec 2008 09:32:01 +0000 (04:32 -0500)] 
richedit: Compare editor rather than hWnd in ME_CalculateClickCount.

Comparing the editor as apposed to the handle to the window will work
just as well right now, but will also work when there is no window
handle to make a comparison with, which will be the case with
windowless richedit controls.

15 years agorichedit: Use ME_EnsureVisible to implement EM_SCROLLCARET.
Dylan Smith [Mon, 15 Dec 2008 09:31:43 +0000 (04:31 -0500)] 
richedit: Use ME_EnsureVisible to implement EM_SCROLLCARET.

The code for the ME_EnsureVisible function does exactly what
EM_SCROLLCARET does, yet this code is duplicated in order to handle
this message.  It is simpler to just use the existing function to
implement the message, and avoid internally sending the EM_SCROLLCARET
when this function is available.

15 years agogdi32/tests: Fix a few failures on Win9x.
Paul Vriens [Fri, 12 Dec 2008 16:07:54 +0000 (17:07 +0100)] 
gdi32/tests: Fix a few failures on Win9x.

15 years agomsi: Add tests for MsiGetPatchInfo.
James Hawkins [Mon, 15 Dec 2008 03:07:20 +0000 (21:07 -0600)] 
msi: Add tests for MsiGetPatchInfo.

15 years agomsi: Set the property specified by the Source attribute of the Media table when apply...
James Hawkins [Mon, 15 Dec 2008 03:07:28 +0000 (21:07 -0600)] 
msi: Set the property specified by the Source attribute of the Media table when applying a patch.

15 years agomsi: Publish the patch information.
James Hawkins [Mon, 15 Dec 2008 03:07:23 +0000 (21:07 -0600)] 
msi: Publish the patch information.

15 years agomsi: Implement MsiGetPatchInfoExW.
James Hawkins [Mon, 15 Dec 2008 03:07:17 +0000 (21:07 -0600)] 
msi: Implement MsiGetPatchInfoExW.

15 years agomsi: Add the ability to query a specific context for install properties.
James Hawkins [Mon, 15 Dec 2008 03:07:14 +0000 (21:07 -0600)] 
msi: Add the ability to query a specific context for install properties.

15 years agomsi: Add the ability to query a specific context for a patch.
James Hawkins [Mon, 15 Dec 2008 03:07:09 +0000 (21:07 -0600)] 
msi: Add the ability to query a specific context for a patch.

15 years agomsi: Add the ability to query a specific context for a product key.
James Hawkins [Mon, 15 Dec 2008 03:07:06 +0000 (21:07 -0600)] 
msi: Add the ability to query a specific context for a product key.

15 years agomsi: Forward MsiGetPatchInfoExA to MsiGetPatchInfoExW.
James Hawkins [Mon, 15 Dec 2008 03:07:02 +0000 (21:07 -0600)] 
msi: Forward MsiGetPatchInfoExA to MsiGetPatchInfoExW.

15 years agomsi: Add a stub implementation of MsiGetPatchInfoEx.
James Hawkins [Mon, 15 Dec 2008 03:06:55 +0000 (21:06 -0600)] 
msi: Add a stub implementation of MsiGetPatchInfoEx.

15 years agogdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I with tests.
Nikolay Sivov [Sun, 14 Dec 2008 23:52:35 +0000 (02:52 +0300)] 
gdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I with tests.

15 years agoamstream: Add stubbed implementation of MediaStreamFilter.
Christian Costa [Sun, 14 Dec 2008 18:08:17 +0000 (19:08 +0100)] 
amstream: Add stubbed implementation of MediaStreamFilter.

15 years agoamstream: Some fixes.
Christian Costa [Sun, 14 Dec 2008 18:07:32 +0000 (19:07 +0100)] 
amstream: Some fixes.

15 years agoamstream: Implement IDirectDrawMediaStream.
Christian Costa [Sun, 14 Dec 2008 18:06:49 +0000 (19:06 +0100)] 
amstream: Implement IDirectDrawMediaStream.

15 years agodmime: Check input params in IDirectMusicSegmentState8Impl_QueryInterface.
Christian Costa [Sun, 14 Dec 2008 18:03:56 +0000 (19:03 +0100)] 
dmime: Check input params in IDirectMusicSegmentState8Impl_QueryInterface.

15 years agodmime: Improve IDirectMusicPerformance8Impl_PlaySegment(Ex) stubs.
Christian Costa [Sun, 14 Dec 2008 18:00:15 +0000 (19:00 +0100)] 
dmime: Improve IDirectMusicPerformance8Impl_PlaySegment(Ex) stubs.

15 years agodplayx: Fix typo.
Christian Costa [Sun, 14 Dec 2008 17:58:59 +0000 (18:58 +0100)] 
dplayx: Fix typo.

15 years agod3dxof: Increase string buffer size.
Christian Costa [Sun, 14 Dec 2008 17:57:31 +0000 (18:57 +0100)] 
d3dxof: Increase string buffer size.

15 years agod3dxof: Improve error handling.
Christian Costa [Sun, 14 Dec 2008 17:55:10 +0000 (18:55 +0100)] 
d3dxof: Improve error handling.

15 years agod3dxof: Add a test to dump an X object data (enabled when objects.txt and templates...
Christian Costa [Sun, 14 Dec 2008 17:53:15 +0000 (18:53 +0100)] 
d3dxof: Add a test to dump an X object data (enabled when objects.txt and templates.txt are present).

15 years agosetupx: Add stub for DiInstallClass.
Christian Costa [Sun, 14 Dec 2008 17:49:45 +0000 (18:49 +0100)] 
setupx: Add stub for DiInstallClass.

15 years agoincludes: Fix packing for commdlg in Win64.
Maarten Lankhorst [Sat, 13 Dec 2008 22:06:48 +0000 (23:06 +0100)] 
includes: Fix packing for commdlg in Win64.

15 years agodevenum: Explicitly identify the translation as being for SUBLANG_PORTUGUESE_BRAZILIAN.
Francois Gouget [Sun, 14 Dec 2008 01:09:13 +0000 (02:09 +0100)] 
devenum: Explicitly identify the translation as being for SUBLANG_PORTUGUESE_BRAZILIAN.

15 years agomsi/tests: Make enum_stream_names() and package_RegDeleteTreeW() static.
Francois Gouget [Sat, 13 Dec 2008 11:05:56 +0000 (12:05 +0100)] 
msi/tests: Make enum_stream_names() and package_RegDeleteTreeW() static.

15 years agooleaut32/tests: Make the Widget_*() and KindaEnum_*() functions static.
Francois Gouget [Sat, 13 Dec 2008 11:05:41 +0000 (12:05 +0100)] 
oleaut32/tests: Make the Widget_*() and KindaEnum_*() functions static.

15 years agonet: Make output_string() and output_error_string() static.
Francois Gouget [Sat, 13 Dec 2008 11:04:28 +0000 (12:04 +0100)] 
net: Make output_string() and output_error_string() static.

15 years agoddraw/tests: Make some functions static.
Francois Gouget [Sat, 13 Dec 2008 11:03:57 +0000 (12:03 +0100)] 
ddraw/tests: Make some functions static.

15 years agokernel32: Make some functions static.
Francois Gouget [Sat, 13 Dec 2008 10:59:48 +0000 (11:59 +0100)] 
kernel32: Make some functions static.

15 years agogdi32: Export three implemented 16bit Engine*() functions.
Francois Gouget [Sat, 13 Dec 2008 11:06:48 +0000 (12:06 +0100)] 
gdi32: Export three implemented 16bit Engine*() functions.

15 years agogdi32: Make [GS]etDCState() static.
Francois Gouget [Sat, 13 Dec 2008 11:06:14 +0000 (12:06 +0100)] 
gdi32: Make [GS]etDCState() static.

15 years agomlang/tests: Make strstrW() static.
Francois Gouget [Sat, 13 Dec 2008 11:06:02 +0000 (12:06 +0100)] 
mlang/tests: Make strstrW() static.

15 years agoriched20/tests: Make keep_responsive() and customWordBreakProc() static.
Francois Gouget [Sat, 13 Dec 2008 11:05:29 +0000 (12:05 +0100)] 
riched20/tests: Make keep_responsive() and customWordBreakProc() static.

15 years agosetupapi/tests: Make devinst_RegDeleteTreeW() static.
Francois Gouget [Sat, 13 Dec 2008 11:05:24 +0000 (12:05 +0100)] 
setupapi/tests: Make devinst_RegDeleteTreeW() static.