wine
13 years agogdi32: Add support for hatched brushes.
Huw Davies [Fri, 17 Jun 2011 11:45:36 +0000 (12:45 +0100)] 
gdi32: Add support for hatched brushes.

13 years agowined3d: Give GL_ARB_map_buffer_range another try.
Stefan Dösinger [Tue, 19 Apr 2011 19:24:26 +0000 (21:24 +0200)] 
wined3d: Give GL_ARB_map_buffer_range another try.

Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
performance problems. If the user is using an older driver we now drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.

13 years agowined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.
Stefan Dösinger [Tue, 19 Apr 2011 19:23:15 +0000 (21:23 +0200)] 
wined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.

13 years agod3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.
Stefan Dösinger [Tue, 14 Jun 2011 18:36:08 +0000 (20:36 +0200)] 
d3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.

13 years agoddraw: Implement IDirect3D7::EvictManagedTextures.
Stefan Dösinger [Tue, 14 Jun 2011 18:21:08 +0000 (20:21 +0200)] 
ddraw: Implement IDirect3D7::EvictManagedTextures.

13 years agowined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.
Stefan Dösinger [Tue, 14 Jun 2011 13:42:42 +0000 (15:42 +0200)] 
wined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.

13 years agowinealsa: Fix mmdevapi memory allocations.
Jörg Höhle [Tue, 14 Jun 2011 19:44:46 +0000 (21:44 +0200)] 
winealsa: Fix mmdevapi memory allocations.

13 years agorpcrt4: Add support for 64-bit conformance values.
Alexandre Julliard [Fri, 17 Jun 2011 12:11:12 +0000 (14:11 +0200)] 
rpcrt4: Add support for 64-bit conformance values.

13 years agowinealsa.drv: Add midi MTC Quarter Frame messages support.
Stephane Bacri [Sun, 12 Jun 2011 10:36:55 +0000 (12:36 +0200)] 
winealsa.drv: Add midi MTC Quarter Frame messages support.

13 years agod3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.
Charles Welton [Thu, 16 Jun 2011 20:19:59 +0000 (17:19 -0300)] 
d3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.

13 years agod3dx9: Implemented GetDevice method.
Charles Welton [Thu, 16 Jun 2011 20:19:49 +0000 (17:19 -0300)] 
d3dx9: Implemented GetDevice method.

13 years agomsxml3: SysAllocString*() automatically allocates a terminating NULL.
Adam Martinson [Fri, 17 Jun 2011 02:43:54 +0000 (21:43 -0500)] 
msxml3: SysAllocString*() automatically allocates a terminating NULL.

13 years agoserver: Don't queue low-level hooks to a hung queue.
Alexandre Julliard [Fri, 17 Jun 2011 09:54:43 +0000 (11:54 +0200)] 
server: Don't queue low-level hooks to a hung queue.

13 years agoserver: Only avoid running low-level hooks in processes currently suspended by a...
Alexandre Julliard [Fri, 17 Jun 2011 09:54:29 +0000 (11:54 +0200)] 
server: Only avoid running low-level hooks in processes currently suspended by a debugger.

13 years agopo: Update Korean translation.
Hwang YunSong [Fri, 17 Jun 2011 02:09:28 +0000 (11:09 +0900)] 
po: Update Korean translation.

13 years agoshell32: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 10:43:37 +0000 (19:43 +0900)] 
shell32: Update Korean resource.

13 years agomsvfw32: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 10:37:02 +0000 (19:37 +0900)] 
msvfw32: Update Korean resource.

13 years agocmdlgtst: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 09:49:20 +0000 (18:49 +0900)] 
cmdlgtst: Update Korean resource.

13 years agodinput: Hook up joysticks to DirectInput event queue on Mac OS X.
Jonas Maebe [Thu, 16 Jun 2011 19:11:46 +0000 (21:11 +0200)] 
dinput: Hook up joysticks to DirectInput event queue on Mac OS X.

13 years agod3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:29 +0000 (22:38 +0200)] 
d3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.

13 years agod3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:28 +0000 (22:38 +0200)] 
d3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:27 +0000 (22:38 +0200)] 
d3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:26 +0000 (22:38 +0200)] 
d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.

13 years agowined3d: Only load the surface for partial updates in wined3d_device_update_surface().
Henri Verbeet [Thu, 16 Jun 2011 20:38:25 +0000 (22:38 +0200)] 
wined3d: Only load the surface for partial updates in wined3d_device_update_surface().

13 years agowined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d...
Henri Verbeet [Thu, 16 Jun 2011 20:38:24 +0000 (22:38 +0200)] 
wined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d_device_update_surface().

13 years agowinebuild: get_asm_ptr_keyword is not needed for ARM.
André Hentschel [Thu, 16 Jun 2011 20:06:33 +0000 (22:06 +0200)] 
winebuild: get_asm_ptr_keyword is not needed for ARM.

13 years agonetapi32: Add a stub for DsGetSiteNameA.
Austin English [Thu, 16 Jun 2011 19:48:59 +0000 (12:48 -0700)] 
netapi32: Add a stub for DsGetSiteNameA.

13 years agopo: Add a number of missing '\n' characters in translations.
Aric Stewart [Thu, 16 Jun 2011 18:56:05 +0000 (13:56 -0500)] 
po: Add a number of missing '\n' characters in translations.

13 years agokernel32: Create an orphaned process in exec_process so that all initialization is...
Alexandre Julliard [Thu, 16 Jun 2011 20:46:25 +0000 (22:46 +0200)] 
kernel32: Create an orphaned process in exec_process so that all initialization is done anew in the child process.

13 years agoserver: Allow creating a process without any parent or startup info.
Alexandre Julliard [Thu, 16 Jun 2011 20:45:45 +0000 (22:45 +0200)] 
server: Allow creating a process without any parent or startup info.

13 years agomshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was...
Jacek Caban [Thu, 16 Jun 2011 14:42:12 +0000 (16:42 +0200)] 
mshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was read before.

13 years agod3dxof: Check returns of read_bytes (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 15:47:52 +0000 (17:47 +0200)] 
d3dxof: Check returns of read_bytes (Coverity).

13 years agousp10: Removed 2 superflous lines of code (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 14:58:45 +0000 (16:58 +0200)] 
usp10: Removed 2 superflous lines of code (Coverity).

13 years agosane.ds: Removed 3 array != NULL checks (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 16:40:39 +0000 (18:40 +0200)] 
sane.ds: Removed 3 array != NULL checks (Coverity).

13 years agousp10: Pre-base consonants need to be reordered like pre-base matras for scripts...
Aric Stewart [Thu, 16 Jun 2011 16:29:03 +0000 (11:29 -0500)] 
usp10: Pre-base consonants need to be reordered like pre-base matras for scripts that have them.

13 years agousp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking conson...
Aric Stewart [Thu, 16 Jun 2011 16:28:53 +0000 (11:28 -0500)] 
usp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking consonant ligatures.

13 years agousp10: Enable a second reorder step after basic shaping.
Aric Stewart [Thu, 16 Jun 2011 16:28:47 +0000 (11:28 -0500)] 
usp10: Enable a second reorder step after basic shaping.

13 years agousp10: Refine post-matra Ralf reordering to be post below form consonants as well.
Aric Stewart [Thu, 16 Jun 2011 16:28:43 +0000 (11:28 -0500)] 
usp10: Refine post-matra Ralf reordering to be post below form consonants as well.

13 years agousp10: More corrections to the Telugu lexical function.
Aric Stewart [Thu, 16 Jun 2011 16:28:31 +0000 (11:28 -0500)] 
usp10: More corrections to the Telugu lexical function.

13 years agousp10: Correct an error with the Telugu lexical function.
Aric Stewart [Wed, 15 Jun 2011 14:53:45 +0000 (09:53 -0500)] 
usp10: Correct an error with the Telugu lexical function.

13 years agoinclude: Added raw input constants and a missing function prototype.
Vincas Miliūnas [Wed, 15 Jun 2011 07:44:31 +0000 (10:44 +0300)] 
include: Added raw input constants and a missing function prototype.

13 years agoexplorer: Use the command line arguments.
Jay Yang [Sat, 11 Jun 2011 21:42:21 +0000 (17:42 -0400)] 
explorer: Use the command line arguments.

13 years agoexplorer: Implement the explorer using IExplorerBrowser.
Jay Yang [Sat, 11 Jun 2011 21:42:17 +0000 (17:42 -0400)] 
explorer: Implement the explorer using IExplorerBrowser.

13 years agomsxml3: Create CLSID_XMLHTTP when requested.
Adam Martinson [Thu, 16 Jun 2011 14:17:35 +0000 (09:17 -0500)] 
msxml3: Create CLSID_XMLHTTP when requested.

13 years agows2_32: Fixed select() number of fds (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 11:58:12 +0000 (13:58 +0200)] 
ws2_32: Fixed select() number of fds (Coverity).

13 years agorpcrt4: Add a wrapper for NdrAsyncClientCall too.
Alexandre Julliard [Wed, 15 Jun 2011 15:30:49 +0000 (17:30 +0200)] 
rpcrt4: Add a wrapper for NdrAsyncClientCall too.

13 years agorpcrt4: Add support for float parameters in client calls on x86_64.
Alexandre Julliard [Mon, 13 Jun 2011 11:39:21 +0000 (13:39 +0200)] 
rpcrt4: Add support for float parameters in client calls on x86_64.

13 years agokernel32: Implement DebugBreak directly in assembly.
Alexandre Julliard [Wed, 15 Jun 2011 18:04:27 +0000 (20:04 +0200)] 
kernel32: Implement DebugBreak directly in assembly.

13 years agontdll: Fetch the windows directory from the shared user data.
Alexandre Julliard [Thu, 16 Jun 2011 10:27:01 +0000 (12:27 +0200)] 
ntdll: Fetch the windows directory from the shared user data.

13 years agostrmbase: Use !list_empty() instead of list_count() > 0.
Jörg Höhle [Wed, 15 Jun 2011 20:21:50 +0000 (22:21 +0200)] 
strmbase: Use !list_empty() instead of list_count() > 0.

13 years agontdll: Use list_empty() instead of list_count() == 0.
Jörg Höhle [Wed, 15 Jun 2011 18:25:56 +0000 (20:25 +0200)] 
ntdll: Use list_empty() instead of list_count() == 0.

13 years agod3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.
Gerald Pfeifer [Wed, 15 Jun 2011 19:01:22 +0000 (13:01 -0600)] 
d3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.

13 years agomsacm32: Also load ACM drivers from key values.
Andrew Eikum [Wed, 15 Jun 2011 20:22:39 +0000 (15:22 -0500)] 
msacm32: Also load ACM drivers from key values.

13 years agowined3d: Check the correct debug class in checkGLcall.
Henri Verbeet [Wed, 15 Jun 2011 22:40:32 +0000 (00:40 +0200)] 
wined3d: Check the correct debug class in checkGLcall.

13 years agowined3d: Only invert viewport y for onscreen destinations in surface_depth_blt().
Henri Verbeet [Wed, 15 Jun 2011 22:40:31 +0000 (00:40 +0200)] 
wined3d: Only invert viewport y for onscreen destinations in surface_depth_blt().

This fixes a regression introduced by
032f8702edc769ba42e23034ef9dcc3854efd928.

13 years agowined3d: Require ARB_shader_texture_lod for SM3.
Henri Verbeet [Wed, 15 Jun 2011 22:40:30 +0000 (00:40 +0200)] 
wined3d: Require ARB_shader_texture_lod for SM3.

13 years agod3d9/tests: Add some tests for IDirect3DDevice9::UpdateSurface().
Henri Verbeet [Wed, 15 Jun 2011 22:40:29 +0000 (00:40 +0200)] 
d3d9/tests: Add some tests for IDirect3DDevice9::UpdateSurface().

13 years agowined3d: Fix source rectangle validation in wined3d_device_update_surface().
Henri Verbeet [Wed, 15 Jun 2011 22:40:28 +0000 (00:40 +0200)] 
wined3d: Fix source rectangle validation in wined3d_device_update_surface().

13 years agopo: Update French translation.
Frédéric Delanoy [Wed, 15 Jun 2011 19:17:29 +0000 (21:17 +0200)] 
po: Update French translation.

13 years agoshell32: Update French translation.
Frédéric Delanoy [Wed, 15 Jun 2011 19:17:28 +0000 (21:17 +0200)] 
shell32: Update French translation.

13 years agocmdlgtst: Update French translation.
Frédéric Delanoy [Wed, 15 Jun 2011 19:17:27 +0000 (21:17 +0200)] 
cmdlgtst: Update French translation.

13 years agoimm32: Use the same code for ImmIsUIMessageW as in the ascii function.
André Hentschel [Wed, 15 Jun 2011 18:55:06 +0000 (20:55 +0200)] 
imm32: Use the same code for ImmIsUIMessageW as in the ascii function.

13 years agokernel32: Set dwProcessorType on ARM.
André Hentschel [Wed, 15 Jun 2011 18:53:35 +0000 (20:53 +0200)] 
kernel32: Set dwProcessorType on ARM.

13 years agontdll: Parse ARM CPU level.
André Hentschel [Wed, 15 Jun 2011 18:52:33 +0000 (20:52 +0200)] 
ntdll: Parse ARM CPU level.

13 years agokernel32: Initialise dwProcessorType.
André Hentschel [Wed, 15 Jun 2011 18:51:45 +0000 (20:51 +0200)] 
kernel32: Initialise dwProcessorType.

13 years agowinspool.drv: Removed a superflous NULL check (Coverity).
Marcus Meissner [Wed, 15 Jun 2011 15:01:07 +0000 (17:01 +0200)] 
winspool.drv: Removed a superflous NULL check (Coverity).

13 years agousp10: Condense duplicate Indic feature sets.
Aric Stewart [Wed, 15 Jun 2011 14:54:46 +0000 (09:54 -0500)] 
usp10: Condense duplicate Indic feature sets.

13 years agousp10: Apply 'cjct' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:42 +0000 (09:54 -0500)] 
usp10: Apply 'cjct' to the Indic syllable.

13 years agousp10: Apply 'vatu' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:39 +0000 (09:54 -0500)] 
usp10: Apply 'vatu' to the Indic syllable.

13 years agousp10: Apply 'pstf' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:36 +0000 (09:54 -0500)] 
usp10: Apply 'pstf' to the Indic syllable.

13 years agousp10: Apply 'pref' only to the pre-base consonants in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:32 +0000 (09:54 -0500)] 
usp10: Apply 'pref' only to the pre-base consonants in Indic syllables.

13 years agousp10: Apply 'blwf' only to the below-base consonants in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:28 +0000 (09:54 -0500)] 
usp10: Apply 'blwf' only to the below-base consonants in Indic syllables.

13 years agousp10: Apply 'rphf' only to the reph forms in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:24 +0000 (09:54 -0500)] 
usp10: Apply 'rphf' only to the reph forms in Indic syllables.

13 years agousp10: Apply 'half' only to the pre-base consonants in Indic syllables.
Aric Stewart [Wed, 15 Jun 2011 14:54:20 +0000 (09:54 -0500)] 
usp10: Apply 'half' only to the pre-base consonants in Indic syllables.

13 years agousp10: Apply 'rkrf' to the Indic syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:16 +0000 (09:54 -0500)] 
usp10: Apply 'rkrf' to the Indic syllable.

13 years agousp10: Shape Indic syllables basic forms per syllable.
Aric Stewart [Wed, 15 Jun 2011 14:54:12 +0000 (09:54 -0500)] 
usp10: Shape Indic syllables basic forms per syllable.

13 years agousp10: Ignore ralf as well as pre, post and below base consonants when finding base.
Aric Stewart [Wed, 15 Jun 2011 14:54:07 +0000 (09:54 -0500)] 
usp10: Ignore ralf as well as pre, post and below base consonants when finding base.

13 years agousp10: Do not require a separate call to find Indic base consonant.
Aric Stewart [Wed, 15 Jun 2011 14:54:04 +0000 (09:54 -0500)] 
usp10: Do not require a separate call to find Indic base consonant.

13 years agousp10: Return the set of Indic syllables after reorder.
Aric Stewart [Wed, 15 Jun 2011 14:54:00 +0000 (09:54 -0500)] 
usp10: Return the set of Indic syllables after reorder.

13 years agogdi32/tests: Add tests for 1bpp brushes.
Huw Davies [Wed, 15 Jun 2011 12:43:52 +0000 (13:43 +0100)] 
gdi32/tests: Add tests for 1bpp brushes.

13 years agogdi32: Add support for 1 bpp brushes.
Huw Davies [Wed, 15 Jun 2011 12:43:51 +0000 (13:43 +0100)] 
gdi32: Add support for 1 bpp brushes.

13 years agogdi32/tests: Add tests for 1 bpp dibs.
Huw Davies [Wed, 15 Jun 2011 12:43:50 +0000 (13:43 +0100)] 
gdi32/tests: Add tests for 1 bpp dibs.

13 years agogdi32: Add support for 1 bpp dibs.
Huw Davies [Wed, 15 Jun 2011 12:43:49 +0000 (13:43 +0100)] 
gdi32: Add support for 1 bpp dibs.

13 years agogdi32: Add helpers to retrieve foreground and background colours.
Huw Davies [Wed, 15 Jun 2011 12:43:48 +0000 (13:43 +0100)] 
gdi32: Add helpers to retrieve foreground and background colours.

13 years agodxdiag: Avoid C99 list initialization constructs.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:11 +0000 (07:11 -0500)] 
dxdiag: Avoid C99 list initialization constructs.

13 years agodxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subco...
Andrew Nguyen [Wed, 15 Jun 2011 12:11:07 +0000 (07:11 -0500)] 
dxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subcontainers.

13 years agodxdiagn: Remove the Direct3D usage in the fallback display information code.
Andrew Nguyen [Wed, 15 Jun 2011 12:11:04 +0000 (07:11 -0500)] 
dxdiagn: Remove the Direct3D usage in the fallback display information code.

13 years agodxdiagn: Extract the fallback display information code to a separate function.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:58 +0000 (07:10 -0500)] 
dxdiagn: Extract the fallback display information code to a separate function.

13 years agodxdiagn: Start using Direct3D to obtain better reported adapter information for DxDia...
Andrew Nguyen [Wed, 15 Jun 2011 12:10:52 +0000 (07:10 -0500)] 
dxdiagn: Start using Direct3D to obtain better reported adapter information for DxDiag_DisplayDevices.

13 years agodxdiagn/tests: Add tests for some DxDiag_DisplayDevices subcontainer properties.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:43 +0000 (07:10 -0500)] 
dxdiagn/tests: Add tests for some DxDiag_DisplayDevices subcontainer properties.

13 years agodxdiagn: Unconditionally initialize the passed variant in IDxDiagContainer::GetProp.
Andrew Nguyen [Wed, 15 Jun 2011 12:10:32 +0000 (07:10 -0500)] 
dxdiagn: Unconditionally initialize the passed variant in IDxDiagContainer::GetProp.

13 years agoshell32: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Wed, 15 Jun 2011 10:38:36 +0000 (12:38 +0200)] 
shell32: Fix ellipsis usage in the menu and button labels.

13 years agocmdlgtst: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Wed, 15 Jun 2011 10:44:36 +0000 (12:44 +0200)] 
cmdlgtst: Fix ellipsis usage in the menu and button labels.

13 years agomsvfw32: Fix ellipsis usage in the menu and button labels.
Francois Gouget [Wed, 15 Jun 2011 10:37:21 +0000 (12:37 +0200)] 
msvfw32: Fix ellipsis usage in the menu and button labels.

13 years agoddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.
Michael Stefaniuc [Wed, 15 Jun 2011 10:48:18 +0000 (12:48 +0200)] 
ddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.

13 years agoddraw: COM cleanup for the IDirect3DVertexBuffer iface.
Michael Stefaniuc [Wed, 15 Jun 2011 10:46:31 +0000 (12:46 +0200)] 
ddraw: COM cleanup for the IDirect3DVertexBuffer iface.

13 years agoddraw: Use unsafe_impl_from_IDirect3DVertexBuffer() for app provided ifaces.
Michael Stefaniuc [Wed, 15 Jun 2011 10:40:44 +0000 (12:40 +0200)] 
ddraw: Use unsafe_impl_from_IDirect3DVertexBuffer() for app provided ifaces.

13 years agoddraw: Avoid unsafe IDirect3DVertexBuffer to object casts.
Michael Stefaniuc [Wed, 15 Jun 2011 10:38:47 +0000 (12:38 +0200)] 
ddraw: Avoid unsafe IDirect3DVertexBuffer to object casts.

13 years agoddraw: Rename d3d_vertex_buffer_init() and have it allocate the object too.
Michael Stefaniuc [Wed, 15 Jun 2011 10:36:49 +0000 (12:36 +0200)] 
ddraw: Rename d3d_vertex_buffer_init() and have it allocate the object too.

13 years agorpcrt4: Implement stubless proxy entry thunks for x86_64.
Alexandre Julliard [Wed, 15 Jun 2011 10:49:24 +0000 (12:49 +0200)] 
rpcrt4: Implement stubless proxy entry thunks for x86_64.