Displaying 4 results from an estimated 4 matches for "ms_hook_prologu".
Did you mean:
ms_hook_prologue
2011 Sep 27
1
[LLVMdev] Function attribute size limit
Hi everyone,
It looks to me like we're out of bits for function attributes. I need
another one, unfortunately...
Is there any objection to moving to 64 bits? I can write the patch.
Thanks,
Patrick
2019 Sep 27
0
Wine release 4.17
...plement %T format for strftime.
Brendan Shanks (3):
user32/tests: Test GetWindowInfo error conditions and incorrect cbSize.
user32: Fix behavior of GetWindowInfo(0, NULL).
d2d1: Only create shader resource views for drawable bitmaps.
Charles Davis (1):
include: Pick up the ms_hook_prologue attribute for Clang, too.
Dmitry Timoshkov (7):
rpcrt4: Implement wait_for_incoming_data() for named pipes transport.
rpcrt4: Implement NdrAsyncServerCall.
rpcrt4: Implement RpcAsyncCompleteCall for server side.
shell32: Return S_OK from IDropTargetHelper::Show().
rp...
2009 Oct 23
0
Wine release 1.1.32
...LGCODE message.
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
Stefan D?singer (13):
configure: Check for ms_hook_prologue attribute support.
kernel32: Make some functions hookable.
user32: Make some functions hookable.
shell32: Make some functions hookable.
d3d8: Make Direct3DCreate8 hookable.
d3d9: Make some functions hookable.
ddraw: Make directdraw create functions hookable....
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...ing whether the compiler supports -Wunused-but-set-parameter... no
checking whether the compiler supports -Wwrite-strings... yes
checking for broken string.h that generates warnings with -Wpointer-arith... no
checking for broken string.h that generates warnings with -Wlogical-op... yes
checking for ms_hook_prologue attribute... no
checking for the need to disable Fortify... no
checking whether external symbols need an underscore prefix... yes
checking whether external symbols need stdcall decoration... no
checking how to define a function in assembly code... unknown
checking whether asm() works outside of fu...