wine/eterwine.git
15 years agowined3d: Control the onscreen depth stencil format in the swapchain.
Stefan Dösinger [Sun, 28 Mar 2010 14:25:04 +0000 (16:25 +0200)]
wined3d: Control the onscreen depth stencil format in the swapchain.

This allows the swapchain to know what depth format its window contexts have to see if the
requested depth format is compatible or a FBO fallback is needed, and it will be needed to
set the onscreen format to the requested auto depth stencil format instead of the
let's-hope-it-fits D24_UNORM_S8_UINT format.

15 years agowined3d: Split out offscreen rendering concerns from FindContext.
Stefan Dösinger [Sat, 27 Mar 2010 16:40:28 +0000 (17:40 +0100)]
wined3d: Split out offscreen rendering concerns from FindContext.

15 years agowined3d: Remove some unneeded source rectangle calculations from BltOverride.
Roderick Colenbrander [Tue, 30 Mar 2010 20:19:02 +0000 (22:19 +0200)]
wined3d: Remove some unneeded source rectangle calculations from BltOverride.

15 years agowined3d: Remove the last use of the WINED3DRECT destination rectangle in BltOverride.
Roderick Colenbrander [Tue, 30 Mar 2010 20:19:01 +0000 (22:19 +0200)]
wined3d: Remove the last use of the WINED3DRECT destination rectangle in BltOverride.

15 years agowined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_hwstretch.
Roderick Colenbrander [Tue, 30 Mar 2010 20:19:00 +0000 (22:19 +0200)]
wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_hwstretch.

15 years agowined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_direct.
Roderick Colenbrander [Tue, 30 Mar 2010 20:18:59 +0000 (22:18 +0200)]
wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_direct.

15 years agowined3d: Use RECT instead of WINED3DRECT in stretch_rect_fbo.
Roderick Colenbrander [Tue, 30 Mar 2010 20:18:58 +0000 (22:18 +0200)]
wined3d: Use RECT instead of WINED3DRECT in stretch_rect_fbo.

15 years agoconfigure: Don't build rpcss or winemenubuilder for Wow64.
Alexandre Julliard [Wed, 31 Mar 2010 10:53:12 +0000 (12:53 +0200)]
configure: Don't build rpcss or winemenubuilder for Wow64.

15 years agontdll/tests: Don't free a string that wasn't allocated.
Alexandre Julliard [Wed, 31 Mar 2010 12:20:19 +0000 (14:20 +0200)]
ntdll/tests: Don't free a string that wasn't allocated.

15 years agontdll/tests: Port functions use the 64-bit structure on Wow64.
Alexandre Julliard [Wed, 31 Mar 2010 12:20:09 +0000 (14:20 +0200)]
ntdll/tests: Port functions use the 64-bit structure on Wow64.

15 years agontdll/tests: Fix a number of test failures on Wow64.
Alexandre Julliard [Wed, 31 Mar 2010 10:17:35 +0000 (12:17 +0200)]
ntdll/tests: Fix a number of test failures on Wow64.

15 years agows2_32: Partly implement level IPPROTO_IPV6 of setsockopt.
Stefan Leichter [Tue, 30 Mar 2010 22:07:24 +0000 (00:07 +0200)]
ws2_32: Partly implement level IPPROTO_IPV6 of setsockopt.

15 years agomsxml3: Make xmlnode_get_specified a stub.
André Hentschel [Tue, 30 Mar 2010 17:56:44 +0000 (19:56 +0200)]
msxml3: Make xmlnode_get_specified a stub.

15 years agomsxml3: Make xmlnode_get_parsed a stub.
André Hentschel [Tue, 30 Mar 2010 17:56:27 +0000 (19:56 +0200)]
msxml3: Make xmlnode_get_parsed a stub.

15 years agomsxml3: Remove unnecessary string constants.
Alexandre Julliard [Wed, 31 Mar 2010 09:47:10 +0000 (11:47 +0200)]
msxml3: Remove unnecessary string constants.

15 years agokernel32: Initialize env (Coverity).
Marcus Meissner [Wed, 31 Mar 2010 08:22:25 +0000 (10:22 +0200)]
kernel32: Initialize env (Coverity).

15 years agogdiplus: Implement GdipImageRotateFlip.
Vincent Povirk [Wed, 24 Feb 2010 22:59:50 +0000 (16:59 -0600)]
gdiplus: Implement GdipImageRotateFlip.

15 years agogdiplus: Implement GdipMeasureCharacterRanges.
Vincent Povirk [Tue, 30 Mar 2010 20:51:44 +0000 (15:51 -0500)]
gdiplus: Implement GdipMeasureCharacterRanges.

15 years agogdiplus: Add tests for GdipMeasureCharacterRanges.
Vincent Povirk [Tue, 30 Mar 2010 20:16:22 +0000 (15:16 -0500)]
gdiplus: Add tests for GdipMeasureCharacterRanges.

15 years agogdiplus: Fix the linesfilled calculation in GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 19:22:06 +0000 (14:22 -0500)]
gdiplus: Fix the linesfilled calculation in GdipMeasureString.

15 years agogdiplus: Rewrite GdipDrawString to share code with GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 19:15:48 +0000 (14:15 -0500)]
gdiplus: Rewrite GdipDrawString to share code with GdipMeasureString.

15 years agogdiplus: Rewrite GdipMeasureString using a helper function.
Vincent Povirk [Tue, 30 Mar 2010 18:41:04 +0000 (13:41 -0500)]
gdiplus: Rewrite GdipMeasureString using a helper function.

15 years agogdiplus: Add a test for GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 17:19:34 +0000 (12:19 -0500)]
gdiplus: Add a test for GdipMeasureString.

15 years agogdiplus: Add a missing NULL check to GdipMeasureString.
Vincent Povirk [Tue, 30 Mar 2010 15:34:01 +0000 (10:34 -0500)]
gdiplus: Add a missing NULL check to GdipMeasureString.

15 years agogdiplus: Add tests for GdipDrawString.
Vincent Povirk [Tue, 30 Mar 2010 15:24:06 +0000 (10:24 -0500)]
gdiplus: Add tests for GdipDrawString.

15 years agowinedbg: Allow backtraces to properly return address outside functions.
Eric Pouech [Tue, 30 Mar 2010 19:37:22 +0000 (21:37 +0200)]
winedbg: Allow backtraces to properly return address outside functions.

15 years agowinedbg: Add some missing symbol flags to pick up local/parameters variables in symbo...
Eric Pouech [Tue, 30 Mar 2010 19:37:15 +0000 (21:37 +0200)]
winedbg: Add some missing symbol flags to pick up local/parameters variables in symbol pickers.

15 years agowinedbg: When filling an imagehlp frame information, also do the stack field, it...
Eric Pouech [Tue, 30 Mar 2010 19:37:08 +0000 (21:37 +0200)]
winedbg: When filling an imagehlp frame information, also do the stack field, it's used on x86-64 platforms.

15 years agowinedbg: Store the CONTEXT in each stack frame to enable register access in the non...
Eric Pouech [Tue, 30 Mar 2010 19:37:01 +0000 (21:37 +0200)]
winedbg: Store the CONTEXT in each stack frame to enable register access in the non topmost frames.

15 years agorsaenh: Don't return salt for algorithms that don't support it.
Juan Lang [Tue, 30 Mar 2010 19:05:25 +0000 (12:05 -0700)]
rsaenh: Don't return salt for algorithms that don't support it.

15 years agorsaenh: Support setting salt via KP_SALT (resend).
Juan Lang [Tue, 30 Mar 2010 17:26:48 +0000 (10:26 -0700)]
rsaenh: Support setting salt via KP_SALT (resend).

15 years agorsaenh: Add tests of KP_SALT parameter.
Juan Lang [Tue, 30 Mar 2010 19:03:31 +0000 (12:03 -0700)]
rsaenh: Add tests of KP_SALT parameter.

15 years agot2embed: Add TTGetEmbeddingType stub.
Nikolay Sivov [Tue, 30 Mar 2010 17:48:32 +0000 (21:48 +0400)]
t2embed: Add TTGetEmbeddingType stub.

15 years agoddrawex/tests: Don't crash on some Win98/WinMe boxes.
Paul Vriens [Tue, 30 Mar 2010 17:44:59 +0000 (19:44 +0200)]
ddrawex/tests: Don't crash on some Win98/WinMe boxes.

15 years agowineboot: Updated French translation.
Frédéric Delanoy [Tue, 30 Mar 2010 18:50:01 +0000 (20:50 +0200)]
wineboot: Updated French translation.

15 years agowineboot: Update German translation.
André Hentschel [Tue, 30 Mar 2010 17:43:35 +0000 (19:43 +0200)]
wineboot: Update German translation.

15 years agowineboot: Update Lithuanian translation.
Aurimas Fišeras [Tue, 30 Mar 2010 16:07:38 +0000 (19:07 +0300)]
wineboot: Update Lithuanian translation.

15 years agoshell32: Pack the systray data structure to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 19:26:26 +0000 (21:26 +0200)]
shell32: Pack the systray data structure to allow crossing 32/64 boundaries.

15 years agoshell32: Pack the appbar data structure to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:48:40 +0000 (20:48 +0200)]
shell32: Pack the appbar data structure to allow crossing 32/64 boundaries.

15 years agouser32: Pack the structure for WM_DDE_ACK to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:42:09 +0000 (20:42 +0200)]
user32: Pack the structure for WM_DDE_ACK to allow crossing 32/64 boundaries.

15 years agouser32: Pack the low-level hook structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:41:13 +0000 (20:41 +0200)]
user32: Pack the low-level hook structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the MDICREATESTRUCTW structure in messages to allow crossing 32/64 bound...
Alexandre Julliard [Tue, 30 Mar 2010 18:40:17 +0000 (20:40 +0200)]
user32: Pack the MDICREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:39:09 +0000 (20:39 +0200)]
user32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the MSG structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:37:40 +0000 (20:37 +0200)]
user32: Pack the MSG structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the NCCALCSIZE_PARAMS structure in messages to allow crossing 32/64...
Alexandre Julliard [Tue, 30 Mar 2010 18:36:04 +0000 (20:36 +0200)]
user32: Pack the NCCALCSIZE_PARAMS structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the HELPINFO structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:34:08 +0000 (20:34 +0200)]
user32: Pack the HELPINFO structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the COPYDATASTRUCT structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:32:25 +0000 (20:32 +0200)]
user32: Pack the COPYDATASTRUCT structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the WINDOWPOS structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:30:50 +0000 (20:30 +0200)]
user32: Pack the WINDOWPOS structure in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the various owner-draw structures in messages to allow crossing 32/64...
Alexandre Julliard [Tue, 30 Mar 2010 18:28:32 +0000 (20:28 +0200)]
user32: Pack the various owner-draw structures in messages to allow crossing 32/64 boundaries.

15 years agouser32: Pack the CREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.
Alexandre Julliard [Tue, 30 Mar 2010 18:26:10 +0000 (20:26 +0200)]
user32: Pack the CREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.

15 years agoshell32: Rename My Computer folder implementation structure.
Nikolay Sivov [Tue, 30 Mar 2010 14:32:01 +0000 (18:32 +0400)]
shell32: Rename My Computer folder implementation structure.

15 years agoshell32: Rename desktop folder data structure to reflect its meaning.
Nikolay Sivov [Mon, 29 Mar 2010 21:30:37 +0000 (01:30 +0400)]
shell32: Rename desktop folder data structure to reflect its meaning.

15 years agoshlwapi: Some SHCreateWorkerWindowA tests.
Nikolay Sivov [Mon, 29 Mar 2010 20:24:35 +0000 (00:24 +0400)]
shlwapi: Some SHCreateWorkerWindowA tests.

15 years agokernel32: Increase the wineboot timeout.
Alexandre Julliard [Tue, 30 Mar 2010 14:50:06 +0000 (16:50 +0200)]
kernel32: Increase the wineboot timeout.

15 years agowineboot: Display a wait dialog while processing wine.inf.
Alexandre Julliard [Tue, 30 Mar 2010 14:49:53 +0000 (16:49 +0200)]
wineboot: Display a wait dialog while processing wine.inf.

15 years agowine.inf: Add a Wow64Install section for the Wow64-specific configuration.
Alexandre Julliard [Tue, 30 Mar 2010 14:44:30 +0000 (16:44 +0200)]
wine.inf: Add a Wow64Install section for the Wow64-specific configuration.

15 years agowineboot: Start an additional 32-bit instance of rundll32 on 64-bit platforms to...
Alexandre Julliard [Tue, 30 Mar 2010 14:43:52 +0000 (16:43 +0200)]
wineboot: Start an additional 32-bit instance of rundll32 on 64-bit platforms to do the Wow64-specific setup.

15 years agowineboot: Use rundll32 to apply wine.inf instead of calling setupapi directly.
Alexandre Julliard [Tue, 30 Mar 2010 14:38:58 +0000 (16:38 +0200)]
wineboot: Use rundll32 to apply wine.inf instead of calling setupapi directly.

15 years agod3dx9: Implement a basic bytecode writer.
Matteo Bruni [Mon, 29 Mar 2010 15:57:30 +0000 (17:57 +0200)]
d3dx9: Implement a basic bytecode writer.

Now the shader assembler is structurally complete and it correctly
assembles one trivial shader program.

15 years agod3dx9: Implement D3DXAssembleShader function, really basic shader assembler.
Matteo Bruni [Sun, 28 Mar 2010 19:16:09 +0000 (21:16 +0200)]
d3dx9: Implement D3DXAssembleShader function, really basic shader assembler.

Currently it only accepts a minimal subset of the syntax (e.g. just an
instruction and two register types supported) and doesn't produce any
real output (i.e. shader bytecode).

15 years agod3dx9: Partial implementation of D3DXAssembleShader function.
Matteo Bruni [Sun, 28 Mar 2010 14:00:36 +0000 (16:00 +0200)]
d3dx9: Partial implementation of D3DXAssembleShader function.

This only executes the preprocessing pass. No parsing of the shader yet.

15 years agowpp: Build with -fPIC to allow libwpp to be used from dlls.
Alexandre Julliard [Tue, 30 Mar 2010 13:52:53 +0000 (15:52 +0200)]
wpp: Build with -fPIC to allow libwpp to be used from dlls.

15 years agowpp: Get rid of wpp_parse_temp, temp file management is better left to callers.
Alexandre Julliard [Tue, 30 Mar 2010 13:34:29 +0000 (15:34 +0200)]
wpp: Get rid of wpp_parse_temp, temp file management is better left to callers.

15 years agowidl: Move temp file management from wpp to widl.
Alexandre Julliard [Tue, 30 Mar 2010 13:34:12 +0000 (15:34 +0200)]
widl: Move temp file management from wpp to widl.

15 years agowrc: Move temp file management from wpp directly into the load_file function.
Alexandre Julliard [Tue, 30 Mar 2010 13:33:54 +0000 (15:33 +0200)]
wrc: Move temp file management from wpp directly into the load_file function.

15 years agowinmm/tests: Use cpp's __LINE__ to print meaningful line numbers.
Jörg Höhle [Mon, 29 Mar 2010 08:15:16 +0000 (10:15 +0200)]
winmm/tests: Use cpp's __LINE__ to print meaningful line numbers.

15 years agowined3d: Get rid of destFormat and srcFormat in IWineD3DDeviceImpl_UpdateSurface().
Henri Verbeet [Tue, 30 Mar 2010 09:24:48 +0000 (11:24 +0200)]
wined3d: Get rid of destFormat and srcFormat in IWineD3DDeviceImpl_UpdateSurface().

15 years agowined3d: Calculate "offset" in the appropriate path in IWineD3DDeviceImpl_UpdateSurfa...
Henri Verbeet [Tue, 30 Mar 2010 09:24:47 +0000 (11:24 +0200)]
wined3d: Calculate "offset" in the appropriate path in IWineD3DDeviceImpl_UpdateSurface().

15 years agowined3d: Add more general support for partial updates of compressed surfaces to IWine...
Henri Verbeet [Tue, 30 Mar 2010 09:24:46 +0000 (11:24 +0200)]
wined3d: Add more general support for partial updates of compressed surfaces to IWineD3DDeviceImpl_UpdateSurface().

15 years agowined3d: Source and destination formats should match in IWineD3DDeviceImpl_UpdateSurf...
Henri Verbeet [Tue, 30 Mar 2010 09:24:45 +0000 (11:24 +0200)]
wined3d: Source and destination formats should match in IWineD3DDeviceImpl_UpdateSurface().

15 years agowined3d: Use GL_UNPACK_ROW_LENGTH for partial updates of regular surfaces in IWineD3D...
Henri Verbeet [Tue, 30 Mar 2010 09:24:44 +0000 (11:24 +0200)]
wined3d: Use GL_UNPACK_ROW_LENGTH for partial updates of regular surfaces in IWineD3DDeviceImpl_UpdateSurface().

15 years agowined3d: Initialization functions don't allocate.
Henri Verbeet [Tue, 30 Mar 2010 09:24:43 +0000 (11:24 +0200)]
wined3d: Initialization functions don't allocate.

15 years agommdevapi: Add capture tests.
Maarten Lankhorst [Wed, 17 Mar 2010 21:07:07 +0000 (22:07 +0100)]
mmdevapi: Add capture tests.

15 years agommdevapi: Add a few more render tests.
Maarten Lankhorst [Wed, 17 Mar 2010 21:06:47 +0000 (22:06 +0100)]
mmdevapi: Add a few more render tests.

15 years agooleaut32: Add some spaces to the test output for better reading.
André Hentschel [Mon, 29 Mar 2010 18:34:16 +0000 (20:34 +0200)]
oleaut32: Add some spaces to the test output for better reading.

15 years agowined3d: Disable flipping through the source rectangle in BltOverride.
Roderick Colenbrander [Mon, 29 Mar 2010 11:39:30 +0000 (13:39 +0200)]
wined3d: Disable flipping through the source rectangle in BltOverride.

15 years agowined3d: Fix a destination flipping bug using the destination rectangle.
Roderick Colenbrander [Mon, 29 Mar 2010 11:35:35 +0000 (13:35 +0200)]
wined3d: Fix a destination flipping bug using the destination rectangle.

15 years agod3d9: Add source/destination and backbuffer tests for StretchRect.
Roderick Colenbrander [Mon, 29 Mar 2010 11:32:56 +0000 (13:32 +0200)]
d3d9: Add source/destination and backbuffer tests for StretchRect.

15 years agoddraw: Add some DirectDraw Blt tests.
Roderick Colenbrander [Sat, 27 Mar 2010 17:16:44 +0000 (18:16 +0100)]
ddraw: Add some DirectDraw Blt tests.

15 years agowined3d: Use RECT instead of WINED3DRECT in more parts of BltOverride.
Roderick Colenbrander [Thu, 25 Mar 2010 22:23:12 +0000 (23:23 +0100)]
wined3d: Use RECT instead of WINED3DRECT in more parts of BltOverride.

15 years agowined3d: Add a helper function for getting a valid rectangle.
Roderick Colenbrander [Thu, 25 Mar 2010 22:00:42 +0000 (23:00 +0100)]
wined3d: Add a helper function for getting a valid rectangle.

15 years agowined3d: Add color_fill to blit_shader.
Roderick Colenbrander [Thu, 25 Mar 2010 16:01:33 +0000 (17:01 +0100)]
wined3d: Add color_fill to blit_shader.

15 years agowined3d: Introduce a helper function which converts a color from the surface format...
Roderick Colenbrander [Thu, 25 Mar 2010 15:42:51 +0000 (16:42 +0100)]
wined3d: Introduce a helper function which converts a color from the surface format to ARGB.

15 years agowined3d: Move argb_to_fmt to utils.c as a helper function to be used in more places.
Roderick Colenbrander [Thu, 25 Mar 2010 15:30:13 +0000 (16:30 +0100)]
wined3d: Move argb_to_fmt to utils.c as a helper function to be used in more places.

15 years agokernel32: Fix processing of spaces in command line for builtin exes.
Alexandre Julliard [Mon, 29 Mar 2010 17:37:35 +0000 (19:37 +0200)]
kernel32: Fix processing of spaces in command line for builtin exes.

15 years agokernel32: Add support for starting binaries in 32/64-bit mode from the other mode.
Alexandre Julliard [Mon, 29 Mar 2010 15:57:02 +0000 (17:57 +0200)]
kernel32: Add support for starting binaries in 32/64-bit mode from the other mode.

15 years agoconfigure: Create a few symlinks needed for running in Wow64 mode inside the build...
Alexandre Julliard [Mon, 29 Mar 2010 15:54:55 +0000 (17:54 +0200)]
configure: Create a few symlinks needed for running in Wow64 mode inside the build tree.

15 years agoloader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.
Alexandre Julliard [Mon, 29 Mar 2010 15:53:30 +0000 (17:53 +0200)]
loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.

15 years agowined3d: GL errors aren't FIXMEs.
Henri Verbeet [Mon, 29 Mar 2010 11:31:11 +0000 (13:31 +0200)]
wined3d: GL errors aren't FIXMEs.

15 years agoddrawex/tests: Add some tests for GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:10 +0000 (13:31 +0200)]
ddrawex/tests: Add some tests for GetSurfaceFromDC().

15 years agoddrawex: Correctly retrieve the "outer" surface in IDirectDraw3Impl_GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:09 +0000 (13:31 +0200)]
ddrawex: Correctly retrieve the "outer" surface in IDirectDraw3Impl_GetSurfaceFromDC().

15 years agoddrawex: Directly return the ddraw surface in IDirectDraw4Impl_GetSurfaceFromDC().
Henri Verbeet [Mon, 29 Mar 2010 11:31:08 +0000 (13:31 +0200)]
ddrawex: Directly return the ddraw surface in IDirectDraw4Impl_GetSurfaceFromDC().

15 years agontdll: Return a more reasonable value for "Reserved3".
Henri Verbeet [Mon, 29 Mar 2010 11:31:07 +0000 (13:31 +0200)]
ntdll: Return a more reasonable value for "Reserved3".

The value is based on 64-bit Win 7, the main thing we care about is that it's
not 0.

15 years agoinclude: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure.
Henri Verbeet [Mon, 29 Mar 2010 11:31:06 +0000 (13:31 +0200)]
include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure.

15 years agoole32: Add missed initialization of virtual function table.
Konstantin Kondratyuk [Mon, 29 Mar 2010 11:04:02 +0000 (15:04 +0400)]
ole32: Add missed initialization of virtual function table.

15 years agogdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests.
Justin Chevrier [Sat, 27 Mar 2010 21:55:27 +0000 (17:55 -0400)]
gdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests.

15 years agoinclude: Fix GdipSetPathGradientSurroundColorsWithCount definition.
Justin Chevrier [Sat, 27 Mar 2010 21:55:26 +0000 (17:55 -0400)]
include: Fix GdipSetPathGradientSurroundColorsWithCount definition.

15 years agomsvcrt: Added _strtoui64 implementation.
Piotr Caban [Sun, 28 Mar 2010 22:04:32 +0000 (00:04 +0200)]
msvcrt: Added _strtoui64 implementation.

15 years agomsvcrt: Added _strtoi64 implementation.
Piotr Caban [Sun, 28 Mar 2010 22:04:03 +0000 (00:04 +0200)]
msvcrt: Added _strtoi64 implementation.

15 years agomsvcrt: Avoid using localtime_r.
Piotr Caban [Sun, 28 Mar 2010 22:01:53 +0000 (00:01 +0200)]
msvcrt: Avoid using localtime_r.