wine
14 years agowinebuild: Add more checks to protect against corrupted resource files.
Alexandre Julliard [Tue, 20 Jul 2010 14:04:51 +0000 (16:04 +0200)] 
winebuild: Add more checks to protect against corrupted resource files.

14 years agocomctl32/monthcal: Use memcpy to copy day state arrays.
Nikolay Sivov [Mon, 19 Jul 2010 17:54:40 +0000 (21:54 +0400)] 
comctl32/monthcal: Use memcpy to copy day state arrays.

14 years agoshlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:48 +0000 (23:14 -0500)] 
shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.

14 years agoshlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:38 +0000 (23:14 -0500)] 
shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.

14 years agoshlwapi/tests: Skip StrRStrI tests on older Win9x platforms.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:30 +0000 (23:14 -0500)] 
shlwapi/tests: Skip StrRStrI tests on older Win9x platforms.

14 years agoshlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:20 +0000 (23:14 -0500)] 
shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.

14 years agoshlwapi/tests: Skip SHAnsiToAnsi tests on Win98.
Andrew Nguyen [Tue, 20 Jul 2010 04:14:11 +0000 (23:14 -0500)] 
shlwapi/tests: Skip SHAnsiToAnsi tests on Win98.

14 years agoshlwapi/tests: Rename a string variable for clarity.
Andrew Nguyen [Tue, 20 Jul 2010 04:13:57 +0000 (23:13 -0500)] 
shlwapi/tests: Rename a string variable for clarity.

14 years agomsi: Add the Serbian (Cyrillic) translation.
Paul Vriens [Tue, 20 Jul 2010 09:11:54 +0000 (11:11 +0200)] 
msi: Add the Serbian (Cyrillic) translation.

Translation by Nenad Vujic <nesa24casa@gmail.com>

14 years agocomctl32: Fix positioning of toolbars that have the WS_BORDER style.
Alexandre Julliard [Tue, 20 Jul 2010 12:29:24 +0000 (14:29 +0200)] 
comctl32: Fix positioning of toolbars that have the WS_BORDER style.

14 years agogdi32: Reject invalid DIB depths in CreateDIBSection.
Alexandre Julliard [Tue, 20 Jul 2010 12:28:51 +0000 (14:28 +0200)] 
gdi32: Reject invalid DIB depths in CreateDIBSection.

14 years agowininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
Piotr Caban [Mon, 19 Jul 2010 22:33:24 +0000 (00:33 +0200)] 
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.

14 years agowininet: Don't report error in read_gzip_data when to much data was cached.
Piotr Caban [Mon, 19 Jul 2010 22:32:59 +0000 (00:32 +0200)] 
wininet: Don't report error in read_gzip_data when to much data was cached.

14 years agofusion: Install assemblies into correct directory for architecture.
Owen Rudge [Mon, 19 Jul 2010 18:33:19 +0000 (19:33 +0100)] 
fusion: Install assemblies into correct directory for architecture.

14 years agorpcrt4/tests: Improve failure messages.
Austin English [Mon, 19 Jul 2010 17:16:59 +0000 (12:16 -0500)] 
rpcrt4/tests: Improve failure messages.

14 years agoshlwapi/tests: Fix GLE for SHFormatDateTimeA.
André Hentschel [Mon, 19 Jul 2010 17:11:04 +0000 (19:11 +0200)] 
shlwapi/tests: Fix GLE for SHFormatDateTimeA.

14 years agoshell32: Implement IPersistFolder2 for the desktop folder.
David Hedberg [Sun, 18 Jul 2010 12:34:56 +0000 (14:34 +0200)] 
shell32: Implement IPersistFolder2 for the desktop folder.

14 years agoshell32/tests: Try harder to subclass the listview.
David Hedberg [Sun, 18 Jul 2010 12:51:48 +0000 (14:51 +0200)] 
shell32/tests: Try harder to subclass the listview.

14 years agoserver: Forward the correct error to asyncs.
Mike Kaplinskiy [Sun, 18 Jul 2010 02:06:58 +0000 (22:06 -0400)] 
server: Forward the correct error to asyncs.

14 years agoserver: In case of hangup/error, wake up all asyncs that can no longer be completed.
Mike Kaplinskiy [Sun, 18 Jul 2010 02:06:55 +0000 (22:06 -0400)] 
server: In case of hangup/error, wake up all asyncs that can no longer be completed.

14 years agoserver: Propagate error from recv.
Mike Kaplinskiy [Sun, 18 Jul 2010 02:06:53 +0000 (22:06 -0400)] 
server: Propagate error from recv.

14 years agoserver: Move signaling FD_* events to a separate function.
Mike Kaplinskiy [Sun, 18 Jul 2010 02:06:49 +0000 (22:06 -0400)] 
server: Move signaling FD_* events to a separate function.

14 years agoinclude: Add IShellItemArray and IShellItemFilter interface declarations.
David Hedberg [Sat, 17 Jul 2010 15:22:00 +0000 (17:22 +0200)] 
include: Add IShellItemArray and IShellItemFilter interface declarations.

14 years agoinclude: Add IEnumShellItems interface declaration.
David Hedberg [Sat, 17 Jul 2010 15:21:59 +0000 (17:21 +0200)] 
include: Add IEnumShellItems interface declaration.

14 years agooleaut32: Better handle secondary type when generating type descriptors.
Andrey Turkin [Sat, 17 Jul 2010 07:40:23 +0000 (11:40 +0400)] 
oleaut32: Better handle secondary type when generating type descriptors.

14 years agooleaut32: Add support for const variables.
Andrey Turkin [Sat, 17 Jul 2010 07:40:10 +0000 (11:40 +0400)] 
oleaut32: Add support for const variables.

14 years agooleaut32: Reuse existing function to encode custom data.
Andrey Turkin [Sat, 17 Jul 2010 07:39:56 +0000 (11:39 +0400)] 
oleaut32: Reuse existing function to encode custom data.

14 years agocryptui: Add Ukrainian translation.
Igor Paliychuk [Mon, 19 Jul 2010 16:44:17 +0000 (19:44 +0300)] 
cryptui: Add Ukrainian translation.

14 years agowordpad: Save and load word wrap registry options.
Dylan Smith [Mon, 19 Jul 2010 22:22:22 +0000 (18:22 -0400)] 
wordpad: Save and load word wrap registry options.

14 years agowordpad: Avoid filling overlapping rectangles in print preview.
Dylan Smith [Mon, 19 Jul 2010 22:21:07 +0000 (18:21 -0400)] 
wordpad: Avoid filling overlapping rectangles in print preview.

This reduces the amount of flicker seen from redrawing the window.

14 years agowordpad: Remove sized print preview page buffer.
Dylan Smith [Mon, 19 Jul 2010 22:20:59 +0000 (18:20 -0400)] 
wordpad: Remove sized print preview page buffer.

This extra buffer only saves the result of the StretchBlt operatation,
which isn't worth doing since a BitBlt will still be needed from the buffer
to the screen. This causes noticable delay on resizing since a new sized
bitmap needs to be created, the old bitmap needs to be destroyed, and then
both a StretchBlt and a Bitblt is needed to actually repaint the window.

14 years agowordpad: Reduce unnecessary flicker from extra background erasing.
Dylan Smith [Mon, 19 Jul 2010 22:20:48 +0000 (18:20 -0400)] 
wordpad: Reduce unnecessary flicker from extra background erasing.

14 years agowordpad: Search finished message box should be modal.
Dylan Smith [Mon, 19 Jul 2010 22:18:17 +0000 (18:18 -0400)] 
wordpad: Search finished message box should be modal.

14 years agowordpad: Find dialogs intialize find field with selection.
Dylan Smith [Mon, 19 Jul 2010 22:18:08 +0000 (18:18 -0400)] 
wordpad: Find dialogs intialize find field with selection.

If there is a selection that doesn't span multiple paragraphs, then the
selection text initializes the find field in native wordpad, otherwise the
last search is used to initialize the field.  I added an extra buffer,
since closing the find dialog before doing a search will preserve the last
search state.

14 years agowordpad: Fix behaviour of find/replace dialog.
Dylan Smith [Mon, 19 Jul 2010 22:17:57 +0000 (18:17 -0400)] 
wordpad: Fix behaviour of find/replace dialog.

Pressing replace should only replace a selected match, and afterwards it
should find the next match. Searches should always start from the start of
the selection, even if the selection is moved in between searches. Searches
wrap at the end of text, and should keep track of whether it has wrapped
from previous searches to determine if it reached the end position.

14 years agowinecfg: Improve German view.
André Hentschel [Mon, 19 Jul 2010 19:09:08 +0000 (21:09 +0200)] 
winecfg: Improve German view.

14 years agowined3d: Remove restoring the read buffer from read_from_framebuffer_texture().
Henri Verbeet [Mon, 19 Jul 2010 16:36:22 +0000 (18:36 +0200)] 
wined3d: Remove restoring the read buffer from read_from_framebuffer_texture().

The few functions that care about the read buffer should explicitly set it
themselves, instead of assuming any particular state.

14 years agowined3d: Consolidate surface related prototypes in wined3d_private.h.
Henri Verbeet [Mon, 19 Jul 2010 16:36:21 +0000 (18:36 +0200)] 
wined3d: Consolidate surface related prototypes in wined3d_private.h.

14 years agoddraw: Merge the surface thunks into surface.c.
Henri Verbeet [Mon, 19 Jul 2010 16:36:20 +0000 (18:36 +0200)] 
ddraw: Merge the surface thunks into surface.c.

14 years agoddraw: Merge the ddraw thunks into ddraw.c.
Henri Verbeet [Mon, 19 Jul 2010 16:36:19 +0000 (18:36 +0200)] 
ddraw: Merge the ddraw thunks into ddraw.c.

Note how both ddraw 1 and ddraw 7 used the same IDirectDrawImpl_XXX naming
convention.

14 years agokernel32: Declare and add stubs for GetLogicalProcessorInformation(Ex).
Paul Chitescu [Mon, 19 Jul 2010 15:22:35 +0000 (18:22 +0300)] 
kernel32: Declare and add stubs for GetLogicalProcessorInformation(Ex).

14 years agokernel32: Declare structures related to logical processor information (core, cache...
Paul Chitescu [Mon, 19 Jul 2010 15:32:38 +0000 (18:32 +0300)] 
kernel32: Declare structures related to logical processor information (core, cache, node, group).

14 years agoshell32/tests: Test that clicking "Make New Folder" makes a new folder.
Michael Mc Donnell [Sat, 10 Jul 2010 15:38:06 +0000 (11:38 -0400)] 
shell32/tests: Test that clicking "Make New Folder" makes a new folder.

14 years agooleaut32/typelib: Fix ITypeInfo_Invoke with restricted keyword.
Alexandre Goujon [Sun, 18 Jul 2010 10:16:16 +0000 (12:16 +0200)] 
oleaut32/typelib: Fix ITypeInfo_Invoke with restricted keyword.

14 years agoRemove references to wineprefixcreate.
Austin English [Mon, 19 Jul 2010 23:38:04 +0000 (18:38 -0500)] 
Remove references to wineprefixcreate.

14 years agoshell32: Shell_GetImageLists should be declared in shlobj.h and exported by name.
David Hedberg [Tue, 20 Jul 2010 08:11:49 +0000 (10:11 +0200)] 
shell32: Shell_GetImageLists should be declared in shlobj.h and exported by name.

14 years agoshell32: Shell_MergeMenus should be declared in shlobj.h and exported by name.
David Hedberg [Tue, 20 Jul 2010 08:11:48 +0000 (10:11 +0200)] 
shell32: Shell_MergeMenus should be declared in shlobj.h and exported by name.

14 years agocmd: Remove stray ';' from the resource files.
Michael Stefaniuc [Tue, 20 Jul 2010 08:07:24 +0000 (10:07 +0200)] 
cmd: Remove stray ';' from the resource files.

14 years agotests: Run all tests with the default FPU control word.
Alexandre Julliard [Tue, 20 Jul 2010 09:41:05 +0000 (11:41 +0200)] 
tests: Run all tests with the default FPU control word.

14 years agotests: Print information about the last executed test before crashing.
Alexandre Julliard [Mon, 19 Jul 2010 21:46:18 +0000 (23:46 +0200)] 
tests: Print information about the last executed test before crashing.

14 years agotests: Try to avoid message boxes popping up in non-interactive testing.
Alexandre Julliard [Mon, 19 Jul 2010 21:45:28 +0000 (23:45 +0200)] 
tests: Try to avoid message boxes popping up in non-interactive testing.

14 years agoshlwapi: Implement StrStrNIW.
Andrew Nguyen [Mon, 19 Jul 2010 00:35:43 +0000 (19:35 -0500)] 
shlwapi: Implement StrStrNIW.

14 years agoshlwapi: Implement StrStrNW.
Andrew Nguyen [Mon, 19 Jul 2010 00:35:27 +0000 (19:35 -0500)] 
shlwapi: Implement StrStrNW.

14 years agoshlwapi/tests: Add tests for StrStrIW.
Andrew Nguyen [Mon, 19 Jul 2010 00:34:00 +0000 (19:34 -0500)] 
shlwapi/tests: Add tests for StrStrIW.

14 years agoshlwapi/tests: Add tests for StrStrIA.
Andrew Nguyen [Mon, 19 Jul 2010 00:33:47 +0000 (19:33 -0500)] 
shlwapi/tests: Add tests for StrStrIA.

14 years agoshlwapi: Fix handling of an empty search string in StrStrW.
Andrew Nguyen [Mon, 19 Jul 2010 00:33:36 +0000 (19:33 -0500)] 
shlwapi: Fix handling of an empty search string in StrStrW.

14 years agoshlwapi/tests: Add tests for StrStrA.
Andrew Nguyen [Mon, 19 Jul 2010 00:33:27 +0000 (19:33 -0500)] 
shlwapi/tests: Add tests for StrStrA.

14 years agoshlwapi/tests: Fix Win98 SE test failures for StrFormatKBSizeA/W.
Andrew Nguyen [Mon, 19 Jul 2010 00:33:14 +0000 (19:33 -0500)] 
shlwapi/tests: Fix Win98 SE test failures for StrFormatKBSizeA/W.

14 years agontoskrnl.exe: Add stubs for MmMapIoSpace/MmUnmapIoSpace.
Austin English [Sun, 18 Jul 2010 20:22:43 +0000 (15:22 -0500)] 
ntoskrnl.exe: Add stubs for MmMapIoSpace/MmUnmapIoSpace.

14 years agoinclude: Add SIGDN enumeration.
David Hedberg [Sat, 17 Jul 2010 15:21:58 +0000 (17:21 +0200)] 
include: Add SIGDN enumeration.

14 years agod3dx9: Add stub and basic test for D3DXCreateSphere.
Misha Koshelev [Fri, 16 Jul 2010 22:20:06 +0000 (17:20 -0500)] 
d3dx9: Add stub and basic test for D3DXCreateSphere.

14 years agorundll.exe16: Add program as 16bit wrapper for rundll32.exe.
Detlef Riekenberg [Sun, 18 Jul 2010 17:15:57 +0000 (19:15 +0200)] 
rundll.exe16: Add program as 16bit wrapper for rundll32.exe.

14 years agomsxml3: Speed up a IPersistStreamInit::Save() by querying for BSTR length.
Nikolay Sivov [Sun, 18 Jul 2010 13:18:13 +0000 (17:18 +0400)] 
msxml3: Speed up a IPersistStreamInit::Save() by querying for BSTR length.

14 years agocomctl32/monthcal: Prepare MCM_GETMONTHRANGE with GMR_VISIBLE for multiple calendars.
Nikolay Sivov [Sun, 18 Jul 2010 12:42:08 +0000 (16:42 +0400)] 
comctl32/monthcal: Prepare MCM_GETMONTHRANGE with GMR_VISIBLE for multiple calendars.

14 years agocomctl32/monthcal: Get rid of goto jumps in hit test helper.
Nikolay Sivov [Sun, 18 Jul 2010 12:16:33 +0000 (16:16 +0400)] 
comctl32/monthcal: Get rid of goto jumps in hit test helper.

14 years agocomctl32/monthcal: Modify hittesting helper to work with multiple calendars.
Nikolay Sivov [Sun, 18 Jul 2010 12:14:56 +0000 (16:14 +0400)] 
comctl32/monthcal: Modify hittesting helper to work with multiple calendars.

14 years agocomctl32/monthcal: Prepare drawing helpers for multiple calendars.
Nikolay Sivov [Sun, 18 Jul 2010 12:13:44 +0000 (16:13 +0400)] 
comctl32/monthcal: Prepare drawing helpers for multiple calendars.

14 years agocomctl32/monthcal: Separate single calendar data.
Nikolay Sivov [Sun, 18 Jul 2010 12:12:41 +0000 (16:12 +0400)] 
comctl32/monthcal: Separate single calendar data.

14 years agows2_32: Wrapped WSASendTo/WSARecvFrom with a different function name.
Howell Tam [Sun, 18 Jul 2010 00:53:06 +0000 (10:53 +1000)] 
ws2_32: Wrapped WSASendTo/WSARecvFrom with a different function name.

14 years agowined3d: Let GetRasterStatus return D3DERR_INVALIDCALL.
Florian Köberle [Sun, 18 Jul 2010 07:26:51 +0000 (09:26 +0200)] 
wined3d: Let GetRasterStatus return D3DERR_INVALIDCALL.

14 years agowined3d: Add GL_NV_point_sprite extension.
Rico Schüller [Fri, 16 Jul 2010 16:39:06 +0000 (18:39 +0200)] 
wined3d: Add GL_NV_point_sprite extension.

14 years agonotepad: Substitute the page number in the footer.
Damjan Jovanovic [Fri, 16 Jul 2010 14:54:12 +0000 (16:54 +0200)] 
notepad: Substitute the page number in the footer.

14 years agod3dx9: Check dcl input instruction syntax against shader version.
Matteo Bruni [Sat, 17 Jul 2010 19:57:38 +0000 (21:57 +0200)] 
d3dx9: Check dcl input instruction syntax against shader version.

14 years agod3dx9: Error out on dcl output instruction where not supported.
Matteo Bruni [Sat, 17 Jul 2010 19:57:38 +0000 (21:57 +0200)] 
d3dx9: Error out on dcl output instruction where not supported.

14 years agod3dx9: Improve a FIXME.
Matteo Bruni [Sat, 17 Jul 2010 19:57:38 +0000 (21:57 +0200)] 
d3dx9: Improve a FIXME.

14 years agod3dx9: Remove unused parameter from get_regname().
Matteo Bruni [Sat, 17 Jul 2010 19:57:38 +0000 (21:57 +0200)] 
d3dx9: Remove unused parameter from get_regname().

14 years agoinclude: Add some missing function declarations in shlwapi.h.
David Hedberg [Sat, 17 Jul 2010 15:16:59 +0000 (17:16 +0200)] 
include: Add some missing function declarations in shlwapi.h.

14 years agocomctl32: Warn when using unsupported extended styles.
David Hedberg [Sat, 17 Jul 2010 15:11:38 +0000 (17:11 +0200)] 
comctl32: Warn when using unsupported extended styles.

14 years agocomctl32: Add support for expanded state image in treeview.
David Hedberg [Sat, 17 Jul 2010 15:11:37 +0000 (17:11 +0200)] 
comctl32: Add support for expanded state image in treeview.

14 years agoinclude: Add some new TreeView messages and extended style defines.
David Hedberg [Sat, 17 Jul 2010 15:11:36 +0000 (17:11 +0200)] 
include: Add some new TreeView messages and extended style defines.

14 years agoshell32: Fix some return values from the shellview contextmenu.
David Hedberg [Sat, 17 Jul 2010 15:08:18 +0000 (17:08 +0200)] 
shell32: Fix some return values from the shellview contextmenu.

14 years agoinclude: Fix ExplorerBrowser interface declaration.
David Hedberg [Sat, 17 Jul 2010 14:52:47 +0000 (16:52 +0200)] 
include: Fix ExplorerBrowser interface declaration.

14 years agogdiplus: Stub GdipMultiplyPenTransform.
Vincent Povirk [Sat, 19 Jun 2010 22:54:49 +0000 (17:54 -0500)] 
gdiplus: Stub GdipMultiplyPenTransform.

14 years agogdiplus: Stub GdipGetPenCompoundCount.
Vincent Povirk [Sat, 19 Jun 2010 22:52:39 +0000 (17:52 -0500)] 
gdiplus: Stub GdipGetPenCompoundCount.

14 years agogdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList.
Vincent Povirk [Sat, 19 Jun 2010 22:50:00 +0000 (17:50 -0500)] 
gdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList.

14 years agogdiplus: Stub GdipGetMetafileHeaderFromStream.
Vincent Povirk [Sat, 19 Jun 2010 22:38:04 +0000 (17:38 -0500)] 
gdiplus: Stub GdipGetMetafileHeaderFromStream.

14 years agogdiplus: Stub GdipGetMetafileHeaderFromFile.
Vincent Povirk [Sat, 19 Jun 2010 22:36:15 +0000 (17:36 -0500)] 
gdiplus: Stub GdipGetMetafileHeaderFromFile.

14 years agowinhelp.exe16: Add missing separator after command name.
Detlef Riekenberg [Sun, 18 Jul 2010 18:24:31 +0000 (20:24 +0200)] 
winhelp.exe16: Add missing separator after command name.

14 years agot2embed: Forward several stdcall-decorated names to existing undecorated stubs.
Paul Chitescu [Mon, 19 Jul 2010 11:53:33 +0000 (14:53 +0300)] 
t2embed: Forward several stdcall-decorated names to existing undecorated stubs.

14 years agomsvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0.
Greg Geldorp [Mon, 19 Jul 2010 11:24:53 +0000 (13:24 +0200)] 
msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0.

14 years agoatl/tests: Skip tests if function is not implemented.
Paul Vriens [Mon, 19 Jul 2010 11:14:51 +0000 (13:14 +0200)] 
atl/tests: Skip tests if function is not implemented.

14 years agoddraw: The surface isn't allowed to be NULL in EnumSurfacesCallbackThunk() and EnumCa...
Henri Verbeet [Mon, 19 Jul 2010 10:47:59 +0000 (12:47 +0200)] 
ddraw: The surface isn't allowed to be NULL in EnumSurfacesCallbackThunk() and EnumCallback().

14 years agoddraw: Get rid of some dead code.
Henri Verbeet [Mon, 19 Jul 2010 10:47:58 +0000 (12:47 +0200)] 
ddraw: Get rid of some dead code.

14 years agoddraw: Get rid of the useless "ddraw_owner" fields.
Henri Verbeet [Mon, 19 Jul 2010 10:47:57 +0000 (12:47 +0200)] 
ddraw: Get rid of the useless "ddraw_owner" fields.

14 years agoddraw: Avoid some forward declarations.
Henri Verbeet [Mon, 19 Jul 2010 10:47:56 +0000 (12:47 +0200)] 
ddraw: Avoid some forward declarations.

14 years agoddraw/tests: Test IDirect3D::FindDevice HAL enumeration.
Andrew Nguyen [Sun, 18 Jul 2010 21:27:10 +0000 (16:27 -0500)] 
ddraw/tests: Test IDirect3D::FindDevice HAL enumeration.

14 years agoddraw: Don't permit the enumeration of the Direct3D reference device in IDirect3D1...
Andrew Nguyen [Sun, 18 Jul 2010 21:26:57 +0000 (16:26 -0500)] 
ddraw: Don't permit the enumeration of the Direct3D reference device in IDirect3D1::FindDevice.

14 years agoddraw: Return a failure code in IDirectDrawSurfaceImpl::QueryInterface if IDirect3D7...
Andrew Nguyen [Sun, 18 Jul 2010 21:26:33 +0000 (16:26 -0500)] 
ddraw: Return a failure code in IDirectDrawSurfaceImpl::QueryInterface if IDirect3D7::CreateDevice fails.

14 years agocomctl32: Simplify the code.
Florian Köberle [Sat, 17 Jul 2010 08:02:11 +0000 (10:02 +0200)] 
comctl32: Simplify the code.

14 years agocomctl32: Call TREEVIEW_SendExpanded after expanding.
Florian Köberle [Sat, 17 Jul 2010 08:02:10 +0000 (10:02 +0200)] 
comctl32: Call TREEVIEW_SendExpanded after expanding.