wine
14 years agoddraw: Implement and test DirectDrawEnumerateExW.
Andrew Nguyen [Thu, 8 Oct 2009 14:04:18 +0000 (09:04 -0500)] 
ddraw: Implement and test DirectDrawEnumerateExW.

14 years agoddraw: More fully implement and test DirectDrawEnumerateExA.
Andrew Nguyen [Thu, 8 Oct 2009 14:04:08 +0000 (09:04 -0500)] 
ddraw: More fully implement and test DirectDrawEnumerateExA.

14 years agoddraw: Implement and test DirectDrawEnumerateW.
Andrew Nguyen [Thu, 8 Oct 2009 14:04:00 +0000 (09:04 -0500)] 
ddraw: Implement and test DirectDrawEnumerateW.

14 years agoddraw: Simplify and test DirectDrawEnumerateA.
Andrew Nguyen [Thu, 8 Oct 2009 14:03:49 +0000 (09:03 -0500)] 
ddraw: Simplify and test DirectDrawEnumerateA.

14 years agoddraw/tests: Remove a superfluous return statement.
Andrew Nguyen [Thu, 8 Oct 2009 14:03:36 +0000 (09:03 -0500)] 
ddraw/tests: Remove a superfluous return statement.

14 years agooleaut32: Avoid floating point for some VarCy conversions.
Alexandre Julliard [Thu, 8 Oct 2009 20:57:08 +0000 (22:57 +0200)] 
oleaut32: Avoid floating point for some VarCy conversions.

14 years agooleaut32/tests: Skip a test that may crash on Win64.
Alexandre Julliard [Thu, 8 Oct 2009 20:45:40 +0000 (22:45 +0200)] 
oleaut32/tests: Skip a test that may crash on Win64.

14 years agosetupapi/tests: Fix the SetupGetIntField test to load the correct key.
Alexandre Julliard [Thu, 8 Oct 2009 19:50:09 +0000 (21:50 +0200)] 
setupapi/tests: Fix the SetupGetIntField test to load the correct key.

14 years agokernel32: Moved the DeviceIoControl function to file.c.
Alexandre Julliard [Thu, 8 Oct 2009 17:38:38 +0000 (19:38 +0200)] 
kernel32: Moved the DeviceIoControl function to file.c.

14 years agokernel32: Move some 16-bit definitions to kernel16_private.h.
Alexandre Julliard [Thu, 8 Oct 2009 17:25:30 +0000 (19:25 +0200)] 
kernel32: Move some 16-bit definitions to kernel16_private.h.

14 years agokernel32: Move the DOS file handle functions to file16.c.
Alexandre Julliard [Thu, 8 Oct 2009 17:22:17 +0000 (19:22 +0200)] 
kernel32: Move the DOS file handle functions to file16.c.

14 years agokernel32: Reimplement GetPrivateProfileString16 on top of 32-bit functions and move...
Alexandre Julliard [Thu, 8 Oct 2009 17:11:58 +0000 (19:11 +0200)] 
kernel32: Reimplement GetPrivateProfileString16 on top of 32-bit functions and move it to file16.c.

14 years agokernel32: Fix handling of overflows in GetPrivateProfileSectionA.
Alexandre Julliard [Thu, 8 Oct 2009 14:28:17 +0000 (16:28 +0200)] 
kernel32: Fix handling of overflows in GetPrivateProfileSectionA.

14 years agoshell32/tests: Fix some test failures on WinMe (SHPathPrepareForWrite).
Paul Vriens [Thu, 8 Oct 2009 12:56:53 +0000 (14:56 +0200)] 
shell32/tests: Fix some test failures on WinMe (SHPathPrepareForWrite).

14 years agoshell32/tests: Fix some test failures on WinMe (FO_COPY).
Paul Vriens [Thu, 8 Oct 2009 12:20:57 +0000 (14:20 +0200)] 
shell32/tests: Fix some test failures on WinMe (FO_COPY).

14 years agontdll: Add a stub for NtQuerySystemEnvironmentValue.
Austin English [Sat, 3 Oct 2009 20:41:03 +0000 (15:41 -0500)] 
ntdll: Add a stub for NtQuerySystemEnvironmentValue.

14 years agocmd: Fix handling of quotes when line includes redirections and/or pipes.
Peter Dons Tychsen [Sun, 4 Oct 2009 02:28:26 +0000 (04:28 +0200)] 
cmd: Fix handling of quotes when line includes redirections and/or pipes.

14 years agod3d9: Add some tests for CreateStateBlock().
Henri Verbeet [Thu, 8 Oct 2009 07:23:24 +0000 (09:23 +0200)] 
d3d9: Add some tests for CreateStateBlock().

14 years agod3d8: Add some tests for CreateStateBlock().
Henri Verbeet [Thu, 8 Oct 2009 07:23:23 +0000 (09:23 +0200)] 
d3d8: Add some tests for CreateStateBlock().

14 years agod3d9: Don't test D3DRS_DEBUGMONITORTOKEN in the stateblock tests.
Henri Verbeet [Thu, 8 Oct 2009 07:23:22 +0000 (09:23 +0200)] 
d3d9: Don't test D3DRS_DEBUGMONITORTOKEN in the stateblock tests.

14 years agod3d8: Don't test D3DRS_DEBUGMONITORTOKEN in the stateblock tests.
Henri Verbeet [Thu, 8 Oct 2009 07:23:21 +0000 (09:23 +0200)] 
d3d8: Don't test D3DRS_DEBUGMONITORTOKEN in the stateblock tests.

It looks like this render state isn't stored in the stateblock but directly in
the device. I doubt a lot of applications depend on that though, so just
disable the test for the moment.

14 years agod3d8: Rename abort_stateblock() to release_stateblock() in the stateblock tests.
Henri Verbeet [Thu, 8 Oct 2009 07:23:20 +0000 (09:23 +0200)] 
d3d8: Rename abort_stateblock() to release_stateblock() in the stateblock tests.

14 years agoAssorted spelling fixes.
Francois Gouget [Thu, 8 Oct 2009 09:23:19 +0000 (11:23 +0200)] 
Assorted spelling fixes.

14 years agocomctl32/tests: Make test_ApproximateViewRect() static.
Francois Gouget [Thu, 8 Oct 2009 09:23:13 +0000 (11:23 +0200)] 
comctl32/tests: Make test_ApproximateViewRect() static.

14 years agorpcrt4: A signed 1-bit bitfield doesn't make much sense; use unsigned.
Francois Gouget [Thu, 8 Oct 2009 09:22:01 +0000 (11:22 +0200)] 
rpcrt4: A signed 1-bit bitfield doesn't make much sense; use unsigned.

14 years agosystem.drv16: Remove the 32-bit timer callback support.
Francois Gouget [Thu, 8 Oct 2009 09:19:04 +0000 (11:19 +0200)] 
system.drv16: Remove the 32-bit timer callback support.

Also merge CreateSystemTimer() with WIN16_CreateSystemTimer() and
rename it to CreateSystemTimer16() for consistency.

14 years agomcicda: Fix an early return statement in Open.
Jörg Höhle [Thu, 1 Oct 2009 17:34:05 +0000 (19:34 +0200)] 
mcicda: Fix an early return statement in Open.

14 years agouser32/tests: Skip some tests on Win9x/WinMe.
Paul Vriens [Thu, 8 Oct 2009 09:25:20 +0000 (11:25 +0200)] 
user32/tests: Skip some tests on Win9x/WinMe.

14 years agoddraw/tests: Fix some test failures on WinME/VMware.
Paul Vriens [Thu, 8 Oct 2009 08:40:31 +0000 (10:40 +0200)] 
ddraw/tests: Fix some test failures on WinME/VMware.

14 years agocomctl32/tests: Fix some test failures on older comctl32 versions.
Paul Vriens [Thu, 8 Oct 2009 06:00:14 +0000 (08:00 +0200)] 
comctl32/tests: Fix some test failures on older comctl32 versions.

14 years agomsvcrt/tests: Use LONG instead of long.
Michael Stefaniuc [Wed, 7 Oct 2009 23:20:22 +0000 (01:20 +0200)] 
msvcrt/tests: Use LONG instead of long.

14 years agocomctl32/monthcal: Implement MCM_GETMONTHRANGE for GMR_DAYSTATE flag and a single...
Nikolay Sivov [Thu, 8 Oct 2009 10:02:18 +0000 (14:02 +0400)] 
comctl32/monthcal: Implement MCM_GETMONTHRANGE for GMR_DAYSTATE flag and a single calendar control.

14 years agocomctl32: Use user32 control names from public header constants instead of defining...
Nikolay Sivov [Wed, 7 Oct 2009 21:04:08 +0000 (01:04 +0400)] 
comctl32: Use user32 control names from public header constants instead of defining over and over again.

14 years agocomctl32/monthcal: Fix the way a first day of week is handled.
Nikolay Sivov [Wed, 7 Oct 2009 20:45:05 +0000 (00:45 +0400)] 
comctl32/monthcal: Fix the way a first day of week is handled.

14 years agocomctl32/monthcal: Cleanup top drawing helper namespace, reduce parameter count in...
Nikolay Sivov [Wed, 7 Oct 2009 18:13:07 +0000 (22:13 +0400)] 
comctl32/monthcal: Cleanup top drawing helper namespace, reduce parameter count in prev/next draw helpers.

14 years agowinex11: Rename the XRENDERINFO type to make it clear it's a pointer.
Alexandre Julliard [Thu, 8 Oct 2009 10:10:59 +0000 (12:10 +0200)] 
winex11: Rename the XRENDERINFO type to make it clear it's a pointer.

14 years agowinex11: Move XRENDERINFO allocation in a separate function.
Roderick Colenbrander [Tue, 6 Oct 2009 18:41:33 +0000 (20:41 +0200)] 
winex11: Move XRENDERINFO allocation in a separate function.

14 years agojscript: Fixed escaped characters processing.
Piotr Caban [Wed, 7 Oct 2009 20:11:48 +0000 (22:11 +0200)] 
jscript: Fixed escaped characters processing.

14 years agojscript: Fix implementation of Global.escape.
Piotr Caban [Wed, 7 Oct 2009 20:11:43 +0000 (22:11 +0200)] 
jscript: Fix implementation of Global.escape.

14 years agojscript: Added Date.toGMTString implementation.
Piotr Caban [Wed, 7 Oct 2009 20:11:38 +0000 (22:11 +0200)] 
jscript: Added Date.toGMTString implementation.

14 years agowined3d: Don't reserve clipping constants needlessly.
Stefan Dösinger [Tue, 6 Oct 2009 18:59:44 +0000 (20:59 +0200)] 
wined3d: Don't reserve clipping constants needlessly.

14 years agowined3d: Split the clip_parameters[2] array.
Stefan Dösinger [Tue, 6 Oct 2009 18:48:23 +0000 (20:48 +0200)] 
wined3d: Split the clip_parameters[2] array.

14 years agowined3d: Don't write to result.color in arb_add_sRGB_correction.
Stefan Dösinger [Wed, 7 Oct 2009 14:54:49 +0000 (16:54 +0200)] 
wined3d: Don't write to result.color in arb_add_sRGB_correction.

add_sRGB_correction and the generate_pshader function generate the same MOV.
There's no need to do it in two places.

14 years agod3d9: Reduce the YUV test precision.
Stefan Dösinger [Fri, 2 Oct 2009 14:53:58 +0000 (16:53 +0200)] 
d3d9: Reduce the YUV test precision.

14 years agowinhttp: Set callbacks needed by OpenSSL for multithreaded use.
Juan Lang [Wed, 7 Oct 2009 15:36:04 +0000 (08:36 -0700)] 
winhttp: Set callbacks needed by OpenSSL for multithreaded use.

14 years agokernel32/tests: Check last error before calling lstrcmpA() since it may reset GLE.
Ge van Geldorp [Wed, 7 Oct 2009 14:15:34 +0000 (16:15 +0200)] 
kernel32/tests: Check last error before calling lstrcmpA() since it may reset GLE.

14 years agokernel32: Don't export the large integer functions on 64-bit.
Alexandre Julliard [Wed, 7 Oct 2009 19:24:37 +0000 (21:24 +0200)] 
kernel32: Don't export the large integer functions on 64-bit.

14 years agokernel32: Move the k32 kernel32->user32 helpers to thunk.c.
Alexandre Julliard [Wed, 7 Oct 2009 18:27:25 +0000 (20:27 +0200)] 
kernel32: Move the k32 kernel32->user32 helpers to thunk.c.

14 years agokernel32: Move Get/SetProcessDword to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 18:49:22 +0000 (20:49 +0200)] 
kernel32: Move Get/SetProcessDword to kernel16.c.

14 years agokernel32: Fix a couple of compiler warnings on 64-bit.
Alexandre Julliard [Wed, 7 Oct 2009 16:10:33 +0000 (18:10 +0200)] 
kernel32: Fix a couple of compiler warnings on 64-bit.

14 years agokernel32: Move the 16-bit version functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 16:05:35 +0000 (18:05 +0200)] 
kernel32: Move the 16-bit version functions to kernel16.c.

14 years agowinedos: Don't import kernel 16-bit version functions.
Alexandre Julliard [Wed, 7 Oct 2009 16:05:22 +0000 (18:05 +0200)] 
winedos: Don't import kernel 16-bit version functions.

14 years agokernel32: Move the 16-bit PE module functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:27:28 +0000 (17:27 +0200)] 
kernel32: Move the 16-bit PE module functions to kernel16.c.

14 years agokernel32: Move the 16-bit handle functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:26:24 +0000 (17:26 +0200)] 
kernel32: Move the 16-bit handle functions to kernel16.c.

14 years agokernel32: Move the 16-bit thread and process functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:24:52 +0000 (17:24 +0200)] 
kernel32: Move the 16-bit thread and process functions to kernel16.c.

14 years agokernel32: Move the 16-bit debugger functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:23:06 +0000 (17:23 +0200)] 
kernel32: Move the 16-bit debugger functions to kernel16.c.

14 years agokernel32: Move the 16-bit synchronization functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:19:21 +0000 (17:19 +0200)] 
kernel32: Move the 16-bit synchronization functions to kernel16.c.

14 years agokernel32: Move the 16-bit error functions to error16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:17:00 +0000 (17:17 +0200)] 
kernel32: Move the 16-bit error functions to error16.c.

14 years agokernel32: Move the 16-bit string functions to kernel16.c.
Alexandre Julliard [Wed, 7 Oct 2009 15:14:10 +0000 (17:14 +0200)] 
kernel32: Move the 16-bit string functions to kernel16.c.

14 years agosetupapi/tests: Cleanup after SetupCopyOEMInf() tests.
Paul Vriens [Wed, 7 Oct 2009 13:35:43 +0000 (15:35 +0200)] 
setupapi/tests: Cleanup after SetupCopyOEMInf() tests.

14 years agowinecfg: In Load Theme dialog, add " (*.msstyles; *.theme)" to file type combobox.
Alexander Scott-Johns [Thu, 2 Jul 2009 17:36:50 +0000 (18:36 +0100)] 
winecfg: In Load Theme dialog, add " (*.msstyles; *.theme)" to file type combobox.

14 years agouser32: Add missing doc comment.
Alexander Scott-Johns [Wed, 7 Oct 2009 13:30:19 +0000 (14:30 +0100)] 
user32: Add missing doc comment.

14 years agokernel32/tests: Skip some resource tests on Win7.
Ge van Geldorp [Wed, 7 Oct 2009 10:28:07 +0000 (12:28 +0200)] 
kernel32/tests: Skip some resource tests on Win7.

14 years agontdll/tests: Fix exception test failure on Win7.
Ge van Geldorp [Wed, 7 Oct 2009 10:27:12 +0000 (12:27 +0200)] 
ntdll/tests: Fix exception test failure on Win7.

14 years agows2_32: Make wsaErrno() and wsaHerrno() static.
Francois Gouget [Wed, 7 Oct 2009 12:49:17 +0000 (14:49 +0200)] 
ws2_32: Make wsaErrno() and wsaHerrno() static.

14 years agomshtml: Make HTMLDocumentNode_destructor() static.
Francois Gouget [Wed, 7 Oct 2009 12:49:10 +0000 (14:49 +0200)] 
mshtml: Make HTMLDocumentNode_destructor() static.

14 years agontdll/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Wed, 7 Oct 2009 12:49:00 +0000 (14:49 +0200)] 
ntdll/tests: Add a trailing '\n' to an ok() call.

14 years agolibport: Remove unnecessary function prototypes.
Alexandre Julliard [Wed, 7 Oct 2009 13:04:47 +0000 (15:04 +0200)] 
libport: Remove unnecessary function prototypes.

14 years agod3d10/tests: Add variable type test.
Rico Schüller [Tue, 6 Oct 2009 18:44:39 +0000 (20:44 +0200)] 
d3d10/tests: Add variable type test.

14 years agod3d10/tests: Add constant buffer type test.
Rico Schüller [Tue, 6 Oct 2009 18:44:30 +0000 (20:44 +0200)] 
d3d10/tests: Add constant buffer type test.

14 years agoconfigure: Build with -Wstrict-prototypes if supported.
Alexandre Julliard [Wed, 7 Oct 2009 11:46:06 +0000 (13:46 +0200)] 
configure: Build with -Wstrict-prototypes if supported.

14 years agoprograms: Build all programs with -DWINE_STRICT_PROTOTYPES.
Alexandre Julliard [Wed, 7 Oct 2009 11:41:13 +0000 (13:41 +0200)] 
programs: Build all programs with -DWINE_STRICT_PROTOTYPES.

14 years agowinhlp32: Don't use FARPROC for functions that take variable number of arguments.
Alexandre Julliard [Wed, 7 Oct 2009 11:40:00 +0000 (13:40 +0200)] 
winhlp32: Don't use FARPROC for functions that take variable number of arguments.

14 years agowinhlp32: Use explicit prototypes for the dll callbacks.
Alexandre Julliard [Wed, 7 Oct 2009 11:31:32 +0000 (13:31 +0200)] 
winhlp32: Use explicit prototypes for the dll callbacks.

14 years agoadvapi32: Use strict prototypes in the VTableProvStruc definition.
Alexandre Julliard [Wed, 7 Oct 2009 11:31:12 +0000 (13:31 +0200)] 
advapi32: Use strict prototypes in the VTableProvStruc definition.

14 years agokernel32/tests: Don't crash on WinMe.
Paul Vriens [Wed, 7 Oct 2009 10:05:00 +0000 (12:05 +0200)] 
kernel32/tests: Don't crash on WinMe.

14 years agomapi32/tests: Skip tests if no default email client is installed.
Ge van Geldorp [Sun, 16 Sep 2001 22:00:00 +0000 (00:00 +0200)] 
mapi32/tests: Skip tests if no default email client is installed.

14 years agourlmon: Fixed tests for systems with stored cookie for winehq.org.
Jacek Caban [Wed, 7 Oct 2009 09:33:34 +0000 (11:33 +0200)] 
urlmon: Fixed tests for systems with stored cookie for winehq.org.

14 years agocomdlg32: Make explorer type file dialogs without custom template or hook proc resizable.
Rein Klazes [Wed, 7 Oct 2009 09:17:05 +0000 (11:17 +0200)] 
comdlg32: Make explorer type file dialogs without custom template or hook proc resizable.

14 years agogdi32: Rework the test for too large width/height font ratio to pass with different...
Dmitry Timoshkov [Wed, 7 Oct 2009 08:50:32 +0000 (17:50 +0900)] 
gdi32: Rework the test for too large width/height font ratio to pass with different font heights, make it pass under Wine.

14 years agoFix empty function prototypes.
Alexandre Julliard [Wed, 7 Oct 2009 10:24:53 +0000 (12:24 +0200)] 
Fix empty function prototypes.

14 years agod3d8: Rename abort_stateblock() to delete_stateblock() in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:58 +0000 (09:02 +0200)] 
d3d8: Rename abort_stateblock() to delete_stateblock() in the stateblock tests.

14 years agod3d9: Use separate fields for data to check/apply in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:57 +0000 (09:02 +0200)] 
d3d9: Use separate fields for data to check/apply in the stateblock tests.

14 years agod3d8: Use separate fields for data to check/apply in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:56 +0000 (09:02 +0200)] 
d3d8: Use separate fields for data to check/apply in the stateblock tests.

14 years agod3d9: Get rid of the unused "return_data_buffer" in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:55 +0000 (09:02 +0200)] 
d3d9: Get rid of the unused "return_data_buffer" in the stateblock tests.

14 years agod3d8: Get rid of the unused "return_data_buffer" in the stateblock tests.
Henri Verbeet [Wed, 7 Oct 2009 07:02:54 +0000 (09:02 +0200)] 
d3d8: Get rid of the unused "return_data_buffer" in the stateblock tests.

14 years agowpp: Fixed resource leakages (Coverity).
Marcus Meissner [Wed, 7 Oct 2009 06:59:22 +0000 (08:59 +0200)] 
wpp: Fixed resource leakages (Coverity).

14 years agocomctl32/monthcal: Invalidate unconditonally on MCM_SETFIRSTDAYOFWEEK.
Nikolay Sivov [Wed, 7 Oct 2009 00:25:45 +0000 (04:25 +0400)] 
comctl32/monthcal: Invalidate unconditonally on MCM_SETFIRSTDAYOFWEEK.

14 years agocomctl32/monthcal: Recalculate control layout on MCS_WEEKNUMBERS style change.
Nikolay Sivov [Tue, 6 Oct 2009 23:50:02 +0000 (03:50 +0400)] 
comctl32/monthcal: Recalculate control layout on MCS_WEEKNUMBERS style change.

14 years agocomctl32/monthcal: Update day of week properly while iterating with prev/next buttons...
Nikolay Sivov [Tue, 6 Oct 2009 23:19:52 +0000 (03:19 +0400)] 
comctl32/monthcal: Update day of week properly while iterating with prev/next buttons and hit testing.

14 years agocomctl32/monthcal: Optimize WM_LBUTTONUP handler.
Nikolay Sivov [Tue, 6 Oct 2009 21:20:48 +0000 (01:20 +0400)] 
comctl32/monthcal: Optimize WM_LBUTTONUP handler.

14 years agocomctl32/monthcal: Fix a nice typo in test message.
Nikolay Sivov [Tue, 6 Oct 2009 21:02:10 +0000 (01:02 +0400)] 
comctl32/monthcal: Fix a nice typo in test message.

14 years agocomctl32/monthcal: Use a timer to auto update today date memory.
Nikolay Sivov [Tue, 6 Oct 2009 20:58:22 +0000 (00:58 +0400)] 
comctl32/monthcal: Use a timer to auto update today date memory.

14 years agocomctl32/monthcal: Use a single timer for auto month scroll with prev/next buttons.
Nikolay Sivov [Tue, 6 Oct 2009 19:23:55 +0000 (23:23 +0400)] 
comctl32/monthcal: Use a single timer for auto month scroll with prev/next buttons.

14 years agojscript: Call SetSite on created ActiveX object.
Jacek Caban [Tue, 6 Oct 2009 19:23:14 +0000 (21:23 +0200)] 
jscript: Call SetSite on created ActiveX object.

14 years agosti: Allow CoCreateInstance aggregation and fix a broken test.
Damjan Jovanovic [Tue, 6 Oct 2009 17:15:40 +0000 (19:15 +0200)] 
sti: Allow CoCreateInstance aggregation and fix a broken test.

14 years agojscript: Update Lithuanian translation.
Aurimas Fišeras [Tue, 6 Oct 2009 15:53:15 +0000 (18:53 +0300)] 
jscript: Update Lithuanian translation.

14 years agocomctl32/tests: LISTVIEW_ApproximateViewRect tests for LV_VIEW_ICON.
Aric Stewart [Tue, 6 Oct 2009 01:42:08 +0000 (20:42 -0500)] 
comctl32/tests: LISTVIEW_ApproximateViewRect tests for LV_VIEW_ICON.

14 years agocomctl32: Implement LISTVIEW_ApproximateViewRect for icon.
Aric Stewart [Tue, 6 Oct 2009 01:41:43 +0000 (20:41 -0500)] 
comctl32: Implement LISTVIEW_ApproximateViewRect for icon.

14 years agoadvapi32: Retrieve the current user SID from the server in lookup_user_account_name.
Alexandre Julliard [Tue, 6 Oct 2009 14:49:22 +0000 (16:49 +0200)] 
advapi32: Retrieve the current user SID from the server in lookup_user_account_name.