wine
17 years agotaskmgr: Add Japanese resource.
Aric Stewart [Tue, 17 Apr 2007 12:41:52 +0000 (07:41 -0500)] 
taskmgr: Add Japanese resource.

17 years agoserver: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.
Alexandre Julliard [Tue, 17 Apr 2007 20:07:07 +0000 (22:07 +0200)] 
server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server.

17 years agoserver: Add a specific data type for ioctl codes so they can be printed as symbols.
Alexandre Julliard [Tue, 17 Apr 2007 20:06:13 +0000 (22:06 +0200)] 
server: Add a specific data type for ioctl codes so they can be printed as symbols.

17 years agoserver: Change the timeout handling to use NT-style 64-bit timeouts everywhere.
Alexandre Julliard [Tue, 17 Apr 2007 18:08:59 +0000 (20:08 +0200)] 
server: Change the timeout handling to use NT-style 64-bit timeouts everywhere.

17 years agoversion: Add a VerQueryValue test, make it mostly pass under Wine.
Dmitry Timoshkov [Mon, 16 Apr 2007 07:09:32 +0000 (16:09 +0900)] 
version: Add a VerQueryValue test, make it mostly pass under Wine.

17 years agod3d9: Do not allow Direct3D9::GetAdapterModeCount to be called with D3DFMT_UNKNOWN.
Stefan Dösinger [Tue, 17 Apr 2007 07:20:54 +0000 (09:20 +0200)] 
d3d9: Do not allow Direct3D9::GetAdapterModeCount to be called with D3DFMT_UNKNOWN.

17 years agogdi32: Add a stub for CancelDC.
Michael Kaufmann [Mon, 16 Apr 2007 20:01:13 +0000 (22:01 +0200)] 
gdi32: Add a stub for CancelDC.

17 years agowined3d: Implement ColorFill using FBOs, if they're being used.
H. Verbeet [Mon, 16 Apr 2007 19:21:13 +0000 (21:21 +0200)] 
wined3d: Implement ColorFill using FBOs, if they're being used.

17 years agowined3d: Don't try to clear the depth stencil if there is none.
H. Verbeet [Mon, 16 Apr 2007 19:21:06 +0000 (21:21 +0200)] 
wined3d: Don't try to clear the depth stencil if there is none.

17 years agowined3d: Properly handle the difference between GL_BACK and GL_FRONT for onscreen...
H. Verbeet [Mon, 16 Apr 2007 19:20:56 +0000 (21:20 +0200)] 
wined3d: Properly handle the difference between GL_BACK and GL_FRONT for onscreen surfaces.

17 years agowined3d: Use surface_get_gl_buffer where appropriate.
H. Verbeet [Mon, 16 Apr 2007 19:20:32 +0000 (21:20 +0200)] 
wined3d: Use surface_get_gl_buffer where appropriate.

17 years agowined3d: Add a function to determine if a surface is the front or the backbuffer...
H. Verbeet [Mon, 16 Apr 2007 19:20:25 +0000 (21:20 +0200)] 
wined3d: Add a function to determine if a surface is the front or the backbuffer for a swapchain, and return the corresponding GLenum.

17 years agowined3d: Set the FBO drawbuffer using glDrawBuffer when ARB_DRAW_BUFFERS is not suppo...
H. Verbeet [Mon, 16 Apr 2007 19:20:01 +0000 (21:20 +0200)] 
wined3d: Set the FBO drawbuffer using glDrawBuffer when ARB_DRAW_BUFFERS is not supported.

17 years agowined3d: Ignore SetTextureStageState on unsupported texture stages.
H. Verbeet [Mon, 16 Apr 2007 19:44:27 +0000 (21:44 +0200)] 
wined3d: Ignore SetTextureStageState on unsupported texture stages.

17 years agowined3d: Use GL_UNSIGNED_BYTE as data type for WINED3DFMT_A8.
H. Verbeet [Mon, 16 Apr 2007 19:19:28 +0000 (21:19 +0200)] 
wined3d: Use GL_UNSIGNED_BYTE as data type for WINED3DFMT_A8.

17 years agowined3d: Dump the FBO's attachments when its status is GL_FRAMEBUFFER_UNSUPPORTED_EXT.
H. Verbeet [Mon, 16 Apr 2007 19:19:20 +0000 (21:19 +0200)] 
wined3d: Dump the FBO's attachments when its status is GL_FRAMEBUFFER_UNSUPPORTED_EXT.

17 years agowined3d: Add a function for dumping FBO status codes.
H. Verbeet [Mon, 16 Apr 2007 19:19:12 +0000 (21:19 +0200)] 
wined3d: Add a function for dumping FBO status codes.

17 years agoserver: Move the server part of device unmounting to the ioctl processing.
Alexandre Julliard [Mon, 16 Apr 2007 12:54:52 +0000 (14:54 +0200)] 
server: Move the server part of device unmounting to the ioctl processing.

17 years agoserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.
Alexandre Julliard [Mon, 16 Apr 2007 12:51:29 +0000 (14:51 +0200)] 
server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side.

17 years agoserver: Add infrastructure for ioctl server request.
Alexandre Julliard [Mon, 16 Apr 2007 12:45:03 +0000 (14:45 +0200)] 
server: Add infrastructure for ioctl server request.

17 years agokernel32: Use the correct access rights when opening named pipes.
Alexandre Julliard [Mon, 16 Apr 2007 12:32:18 +0000 (14:32 +0200)] 
kernel32: Use the correct access rights when opening named pipes.

17 years agowined3d: Remove resourceStoreCriticalSection.
Jan Zerebecki [Mon, 16 Apr 2007 07:54:36 +0000 (09:54 +0200)] 
wined3d: Remove resourceStoreCriticalSection.

17 years agouser32: Fix to succeed reliably in test where it works by accident.
Jan Zerebecki [Mon, 16 Apr 2007 07:54:14 +0000 (09:54 +0200)] 
user32: Fix to succeed reliably in test where it works by accident.

17 years agoacledit: Stubbed out acledit DLL, needed by SysInternals process explorer.
Eric Pouech [Mon, 16 Apr 2007 07:22:03 +0000 (09:22 +0200)] 
acledit: Stubbed out acledit DLL, needed by SysInternals process explorer.

17 years agomapi32: MAPIAdminProfiles stub.
Damjan Jovanovic [Mon, 16 Apr 2007 08:44:19 +0000 (10:44 +0200)] 
mapi32: MAPIAdminProfiles stub.

17 years agowininet: Fix szCacheContent in URLCacheContainer_OpenIndex.
Alban Browaeys [Sun, 15 Apr 2007 13:49:04 +0000 (15:49 +0200)] 
wininet: Fix szCacheContent in URLCacheContainer_OpenIndex.

17 years agomsi: Move msi_free(msiFilePath) to enable ERR message to use it before it is freed.
Alban Browaeys [Sun, 15 Apr 2007 10:11:38 +0000 (12:11 +0200)] 
msi: Move msi_free(msiFilePath) to enable ERR message to use it before it is freed.

17 years agod3d: Remove dependency on ddraw.h header.
Stefan Dösinger [Sat, 14 Apr 2007 20:44:55 +0000 (22:44 +0200)] 
d3d: Remove dependency on ddraw.h header.

17 years agoinclude/winspool: Declare missing function.
Detlef Riekenberg [Sun, 15 Apr 2007 22:47:22 +0000 (00:47 +0200)] 
include/winspool: Declare missing function.

17 years agoslwapi: Make function definitions and declarations agree.
Andrew Talbot [Sat, 14 Apr 2007 12:49:42 +0000 (13:49 +0100)] 
slwapi: Make function definitions and declarations agree.

17 years agoslwapi: Make function definitions and declarations agree.
Andrew Talbot [Sat, 14 Apr 2007 12:48:21 +0000 (13:48 +0100)] 
slwapi: Make function definitions and declarations agree.

17 years agouser32: Make function definitions and declarations agree.
Andrew Talbot [Sat, 14 Apr 2007 14:19:01 +0000 (15:19 +0100)] 
user32: Make function definitions and declarations agree.

17 years agocrypt32: Constify some variables.
Andrew Talbot [Sat, 14 Apr 2007 17:12:40 +0000 (18:12 +0100)] 
crypt32: Constify some variables.

17 years agocrypt32: Constify some variables.
Andrew Talbot [Sat, 14 Apr 2007 17:12:05 +0000 (18:12 +0100)] 
crypt32: Constify some variables.

17 years agocmd.exe: Implement a basic 'more'.
Jason Edmeades [Fri, 13 Apr 2007 20:34:05 +0000 (21:34 +0100)] 
cmd.exe: Implement a basic 'more'.

This implements a basic more, eg 'dir | more' or 'more file.c'
but it does not support the flags or keys which can control it.
Basically its not worth implementing those, as in some modes
we cannot read a single key, we have to wait for <enter> anyway.

17 years agowinmm: Implement CALLBACK_WINDOW.
Maarten Lankhorst [Fri, 13 Apr 2007 16:34:35 +0000 (18:34 +0200)] 
winmm: Implement CALLBACK_WINDOW.

17 years agod3d: Enumerate palettized formats for ddraw.
Stefan Dösinger [Fri, 13 Apr 2007 14:38:10 +0000 (16:38 +0200)] 
d3d: Enumerate palettized formats for ddraw.

17 years agocmd: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 13 Apr 2007 23:56:54 +0000 (08:56 +0900)] 
cmd: Updated Korean resource.

17 years agomsi: Add handling for the concurrent install custom action.
James Hawkins [Sun, 15 Apr 2007 08:12:23 +0000 (03:12 -0500)] 
msi: Add handling for the concurrent install custom action.

17 years agomsi: Run the InstallExecute sequence if the InstallUISequnce table is empty.
James Hawkins [Sun, 15 Apr 2007 08:10:58 +0000 (03:10 -0500)] 
msi: Run the InstallExecute sequence if the InstallUISequnce table is empty.

17 years agomsi: Generalize the msi_custom_action_info struct so other custom actions can use it.
James Hawkins [Sun, 15 Apr 2007 08:10:00 +0000 (03:10 -0500)] 
msi: Generalize the msi_custom_action_info struct so other custom actions can use it.

17 years agomsi: Add tests for the concurrent installation custom action.
James Hawkins [Sun, 15 Apr 2007 08:09:01 +0000 (03:09 -0500)] 
msi: Add tests for the concurrent installation custom action.

17 years agosecur32: Move NTLM debug output to a seperate "ntlm" channel.
Kai Blin [Sat, 14 Apr 2007 15:20:37 +0000 (17:20 +0200)] 
secur32: Move NTLM debug output to a seperate "ntlm" channel.

17 years agoadvapi32: Fix and extend the RegQueryValueEx() tests.
Francois Gouget [Fri, 13 Apr 2007 21:11:21 +0000 (23:11 +0200)] 
advapi32: Fix and extend the RegQueryValueEx() tests.

- Added tests for empty and zero-byte strings. Wine passes these tests, sort of.
- Check that the returned string is correct.
- All known Windows versions implement RegQueryValueExA(), so complain if it is not implemented.
- Only allow the Win9x quirks for the Ansi version.
- Query the name2A/W value for the string2A/W tests!
- The test_hkey_main_Value_A/W() functions were doing a sizeof() on the string parameter to compute the string's full size!
- We must reset GLE before each test, otherwise Win9x skips all but the first test.

17 years agoquartz: Create DirectSound device and buffer at filter creation and connection respec...
Chris Robinson [Fri, 13 Apr 2007 16:32:56 +0000 (09:32 -0700)] 
quartz: Create DirectSound device and buffer at filter creation and connection respectively.

17 years agokernel32: Fix non-terminated separator string.
Chia-I Wu [Fri, 13 Apr 2007 11:01:50 +0000 (19:01 +0800)] 
kernel32: Fix non-terminated separator string.

17 years agoRelease 0.9.35. wine-0.9.35
Alexandre Julliard [Fri, 13 Apr 2007 15:47:52 +0000 (17:47 +0200)] 
Release 0.9.35.

17 years agoimagehlp: Add support for the indices array passed to ImageEnumerateCertificates.
Huw Davies [Fri, 13 Apr 2007 11:02:47 +0000 (12:02 +0100)] 
imagehlp: Add support for the indices array passed to ImageEnumerateCertificates.

17 years agowinecfg: Add Windows Vista version option.
András Kovács [Thu, 12 Apr 2007 13:15:20 +0000 (15:15 +0200)] 
winecfg: Add Windows Vista version option.

17 years agontdll: Add Vista version option.
András Kovács [Thu, 12 Apr 2007 14:10:50 +0000 (16:10 +0200)] 
ntdll: Add Vista version option.

17 years agooleaut32: Remove superfluous semicolons.
Andrew Talbot [Thu, 12 Apr 2007 20:30:40 +0000 (21:30 +0100)] 
oleaut32: Remove superfluous semicolons.

17 years agoole32: Void functions should not return a value.
Andrew Talbot [Thu, 12 Apr 2007 20:30:19 +0000 (21:30 +0100)] 
ole32: Void functions should not return a value.

17 years agowined3d: Mark vertex shader 3.0 as foggy shaders if they write out the fog coord.
Fabian Bieler [Thu, 12 Apr 2007 17:08:51 +0000 (19:08 +0200)] 
wined3d: Mark vertex shader 3.0 as foggy shaders if they write out the fog coord.

17 years agowined3d: Fix some swizzles on scalars.
H. Verbeet [Thu, 12 Apr 2007 21:55:31 +0000 (23:55 +0200)] 
wined3d: Fix some swizzles on scalars.

17 years agowinex11.drv: Hack to disable XInitThreads when an XIM is used.
Alexandre Julliard [Fri, 13 Apr 2007 10:56:01 +0000 (12:56 +0200)] 
winex11.drv: Hack to disable XInitThreads when an XIM is used.

17 years agocomctl32: monthcal: GetMonthRange Tests.
Lei Zhang [Fri, 13 Apr 2007 01:44:55 +0000 (18:44 -0700)] 
comctl32: monthcal: GetMonthRange Tests.

17 years agomsi: Provide UI action data for uncompressed files, not just compressed ones.
Rob Shearman [Fri, 13 Apr 2007 01:14:48 +0000 (02:14 +0100)] 
msi: Provide UI action data for uncompressed files, not just compressed ones.

17 years agorpcrt4: Add tests for RpcServerListen and friends.
Dan Hipschman [Fri, 13 Apr 2007 00:12:20 +0000 (17:12 -0700)] 
rpcrt4: Add tests for RpcServerListen and friends.

17 years agod3d9: Fix vertex decl test.
Stefan Dösinger [Thu, 12 Apr 2007 20:09:19 +0000 (22:09 +0200)] 
d3d9: Fix vertex decl test.

17 years agomshtml: Added IDM_COMPOSESETTINGS and IDM_HTMLEDITMODE stub implementation.
Jacek Caban [Thu, 12 Apr 2007 19:27:57 +0000 (21:27 +0200)] 
mshtml: Added IDM_COMPOSESETTINGS and IDM_HTMLEDITMODE stub implementation.

17 years agomshtml: Added IPersistFile::Save implementation.
Jacek Caban [Thu, 12 Apr 2007 19:26:17 +0000 (21:26 +0200)] 
mshtml: Added IPersistFile::Save implementation.

17 years agomshtml: Correctly handle utf-16 encoded pages.
Jacek Caban [Thu, 12 Apr 2007 19:25:08 +0000 (21:25 +0200)] 
mshtml: Correctly handle utf-16 encoded pages.

17 years agomshtml: Added IHTMLBodyElement::get_background implementation.
Jacek Caban [Thu, 12 Apr 2007 19:22:51 +0000 (21:22 +0200)] 
mshtml: Added IHTMLBodyElement::get_background implementation.

17 years agomshtml: Change TRACE to FIXME in stubs.
Jacek Caban [Thu, 12 Apr 2007 19:21:49 +0000 (21:21 +0200)] 
mshtml: Change TRACE to FIXME in stubs.

17 years agowinex11.drv: GetAsyncKeyState must check mouse buttons, too.
Dan Kegel [Thu, 12 Apr 2007 17:20:43 +0000 (10:20 -0700)] 
winex11.drv: GetAsyncKeyState must check mouse buttons, too.

17 years agoserver: Don't bother with default entry points for objects that don't even return...
Alexandre Julliard [Thu, 12 Apr 2007 18:21:53 +0000 (20:21 +0200)] 
server: Don't bother with default entry points for objects that don't even return an fd.

17 years agoserver: Create a separate fd object for each mailslot writer. Make them first-class...
Alexandre Julliard [Thu, 12 Apr 2007 18:19:28 +0000 (20:19 +0200)] 
server: Create a separate fd object for each mailslot writer. Make them first-class file handles.

17 years agoconfigure: Include <sys/types.h> before including <linux/joystick.h>.
Marcus Meissner [Thu, 12 Apr 2007 10:12:05 +0000 (12:12 +0200)] 
configure: Include <sys/types.h> before including <linux/joystick.h>.

17 years agontdll: Take size of the arena from the current pointer before advancing.
Vitaliy Margolen [Wed, 11 Apr 2007 13:08:25 +0000 (07:08 -0600)] 
ntdll: Take size of the arena from the current pointer before advancing.

17 years agocmd.exe: Fix regression when launching a fully qualified program.
Jason Edmeades [Wed, 11 Apr 2007 21:25:54 +0000 (22:25 +0100)] 
cmd.exe: Fix regression when launching a fully qualified program.

17 years agocmd.exe: Add prompting and COPYCMD plus /Y support to move.
Jason Edmeades [Wed, 11 Apr 2007 21:25:53 +0000 (22:25 +0100)] 
cmd.exe: Add prompting and COPYCMD plus /Y support to move.

17 years agocmd.exe: Add move support for wildcards and directories.
Jason Edmeades [Wed, 11 Apr 2007 21:25:52 +0000 (22:25 +0100)] 
cmd.exe: Add move support for wildcards and directories.

17 years agocmd.exe: Add support for move with simple wildcards.
Jason Edmeades [Wed, 11 Apr 2007 21:25:51 +0000 (22:25 +0100)] 
cmd.exe: Add support for move with simple wildcards.

17 years agouser32: Add RealChildWindowFromPoint.
Louis Lenders [Wed, 11 Apr 2007 20:57:00 +0000 (21:57 +0100)] 
user32: Add RealChildWindowFromPoint.

17 years agoadvpack/tests: Don't hardcode the windows directory.
Paul Vriens [Thu, 12 Apr 2007 08:57:43 +0000 (10:57 +0200)] 
advpack/tests: Don't hardcode the windows directory.

17 years agowinspool.drv: Implement level 1 support for EnumPrinters.
Huw Davies [Thu, 12 Apr 2007 13:08:22 +0000 (14:08 +0100)] 
winspool.drv: Implement level 1 support for EnumPrinters.

17 years agontdll: Fix a compiler warning.
Dmitry Timoshkov [Thu, 12 Apr 2007 09:37:40 +0000 (18:37 +0900)] 
ntdll: Fix a compiler warning.

17 years agomsi: Do not crash in MsiGetUserInfo if org, user or serial are not present, instead...
Aric Stewart [Thu, 12 Apr 2007 05:46:43 +0000 (14:46 +0900)] 
msi: Do not crash in MsiGetUserInfo if org, user or serial are not present, instead return USERINFOSTATE_ABSENT.

17 years agouser32: WM_ACTIVATEAPP on minimize message test.
Lei Zhang [Thu, 12 Apr 2007 00:45:42 +0000 (17:45 -0700)] 
user32: WM_ACTIVATEAPP on minimize message test.

17 years agocomctl32: More monthcal hit tests.
Lei Zhang [Thu, 12 Apr 2007 04:34:48 +0000 (21:34 -0700)] 
comctl32: More monthcal hit tests.

17 years agomsi: Reset the is_extracted flag when every cabinet is loaded.
James Hawkins [Wed, 11 Apr 2007 23:52:00 +0000 (18:52 -0500)] 
msi: Reset the is_extracted flag when every cabinet is loaded.

17 years agowinecfg: Close audio driver when not needed any more.
Maarten Lankhorst [Wed, 11 Apr 2007 22:32:30 +0000 (00:32 +0200)] 
winecfg: Close audio driver when not needed any more.

17 years agolocalui: Add version resource.
Detlef Riekenberg [Wed, 11 Apr 2007 21:16:26 +0000 (23:16 +0200)] 
localui: Add version resource.

17 years agontdll: Remove superfluous semicolons.
Andrew Talbot [Wed, 11 Apr 2007 20:42:56 +0000 (21:42 +0100)] 
ntdll: Remove superfluous semicolons.

17 years agontdll: Void functions should not return a value.
Andrew Talbot [Wed, 11 Apr 2007 20:30:30 +0000 (21:30 +0100)] 
ntdll: Void functions should not return a value.

17 years agoadvapi32/tests: Fix RegQueryValueExA test for win9x and ME.
Paul Vriens [Wed, 11 Apr 2007 18:33:02 +0000 (20:33 +0200)] 
advapi32/tests: Fix RegQueryValueExA test for win9x and ME.

17 years agokernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc...
Hans Leidekker [Wed, 11 Apr 2007 14:00:58 +0000 (16:00 +0200)] 
kernel32: Allow any amount of whitespace between the words ANSI and SCSI in /proc/scsi/scsi.

17 years agogdi32: Fix a couple of problems with negative lfWidth test.
Dmitry Timoshkov [Wed, 11 Apr 2007 13:00:22 +0000 (22:00 +0900)] 
gdi32: Fix a couple of problems with negative lfWidth test.

17 years agod3d9: Add a test for the converted vertex decl.
Ivan Gyurdiev [Sat, 14 Oct 2006 20:32:29 +0000 (16:32 -0400)] 
d3d9: Add a test for the converted vertex decl.

17 years agod3d9: Break out two helper functions from test_fvf_to_decl.
Ivan Gyurdiev [Sat, 14 Oct 2006 20:32:29 +0000 (16:32 -0400)] 
d3d9: Break out two helper functions from test_fvf_to_decl.

17 years agod3d9: Fix the circular converted vertex declaration reference.
Stefan Dösinger [Sat, 7 Apr 2007 22:11:09 +0000 (00:11 +0200)] 
d3d9: Fix the circular converted vertex declaration reference.

17 years agod3d9: AddRef the device in IDirect3DVertexDeclaration9::AddRef.
Stefan Dösinger [Sat, 7 Apr 2007 20:56:42 +0000 (22:56 +0200)] 
d3d9: AddRef the device in IDirect3DVertexDeclaration9::AddRef.

17 years agowined3d: Dirtify the shader and declaration states if the bound interface is destroyed.
Stefan Dösinger [Wed, 11 Apr 2007 12:02:38 +0000 (14:02 +0200)] 
wined3d: Dirtify the shader and declaration states if the bound interface is destroyed.

17 years agontdll: Don't use settimeofday() to attempt to set the timezone.
Kai Blin [Wed, 11 Apr 2007 12:18:23 +0000 (14:18 +0200)] 
ntdll: Don't use settimeofday() to attempt to set the timezone.

17 years agoquartz: Implement IAMFilterData interface for IFilterMapper.
Chris Robinson [Tue, 10 Apr 2007 15:15:09 +0000 (08:15 -0700)] 
quartz: Implement IAMFilterData interface for IFilterMapper.

17 years agooleaut32/tests: Fix compilation on systems that don't support nameless structs or...
Francois Gouget [Wed, 11 Apr 2007 09:21:10 +0000 (11:21 +0200)] 
oleaut32/tests: Fix compilation on systems that don't support nameless structs or unions.

17 years agoshell32: Use _ILSimpleGetTextW instead of using _ILGetTextPointer
Aric Stewart [Tue, 10 Apr 2007 10:40:00 +0000 (19:40 +0900)] 
shell32: Use _ILSimpleGetTextW instead of using _ILGetTextPointer
to be able to make use of FileStructW and avoid W->A->W roundtrips if
possible.

17 years agoshell32: Have _ILCreateFromFindDataW also create a FileStructW type of pidl.
Alexandre Julliard [Wed, 11 Apr 2007 10:25:53 +0000 (12:25 +0200)] 
shell32: Have _ILCreateFromFindDataW also create a FileStructW type of pidl.

Based on a patch by Aric Stewart.
Also get rid of _ILCreateFromFindDataA and _ILCreateFromPatA.

17 years agoshell32: Update the debug functions to handle Unicode value pidl.
Aric Stewart [Mon, 9 Apr 2007 11:52:21 +0000 (20:52 +0900)] 
shell32: Update the debug functions to handle Unicode value pidl.

Add _ILIsUnicode as a simple pidl test.

17 years agoshell32: Avoid unneeded A->W conversions in _ILSimpleGetTextW.
Aric Stewart [Mon, 9 Apr 2007 11:12:00 +0000 (20:12 +0900)] 
shell32: Avoid unneeded A->W conversions in _ILSimpleGetTextW.

Implement _ILGetTextPointerW, though it does little now.
Handle the LPWSTR from _ILGetTextPointerW in _ILSimpleGetText and
_ILSimpleGetTextW.