search for: get_thread_context

Displaying 4 results from an estimated 4 matches for "get_thread_context".

Did you mean: set_thread_context
2008 Nov 09
0
I'm having trouble compiling wine 1.0.1 on Mac OS 10.4.11
...arg_pointer__' attribute directive ignored ../include/wine/server_protocol.h:267: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/wine/server_protocol.h:344: warning: '__force_align_arg_pointer__' attribute directive ignored mach.c: In function 'get_thread_context': mach.c:166: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:166: error: (Each undeclared identifier is reported only once mach.c:166: error: for each function it appears in.) mach.c:166: error: parse error before 'state' mach.c:167: error: 'stat...
2009 Jun 11
1
Error: Target $TARGET returned: shell command - What?!?
...arg_pointer__' attribute directive ignored ../include/wine/server_protocol.h:267: warning: '__force_align_arg_pointer__' attribute directive ignored ../include/wine/server_protocol.h:344: warning: '__force_align_arg_pointer__' attribute directive ignored mach.c: In function 'get_thread_context': mach.c:166: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:166: error: (Each undeclared identifier is reported only once mach.c:166: error: for each function it appears in.) mach.c:166: error: parse error before 'state' mach.c:167: error: 'stat...
2020 May 08
0
Wine release 5.8
...wined3d: Add Vulkan format information for WINED3DFMT_B8G8R8X8_UNORM. wined3d: Add Vulkan format information for WINED3DFMT_B8G8R8X8_UNORM_SRGB. wined3d: Submit the current command buffer in adapter_vk_flush_context(). Jacek Caban (39): server: Fix setting context flags in get_thread_context. msvcp: Get rid of no longer needed hack. wine/exception.h: Don't override __attribute__ keyword on clang MSVC target. wincon.h: Don't use calling convention wrappers on MSVC. include: Improve _CrtDbgBreak macro. math.h: Use builtin nan and inf on clang MSVC ta...
2020 Apr 24
0
Wine release 5.7
...ched thread context in set_thread_context. server: Make thread context a server object. server: Create thread context object in stop_thread. server: Don't wait for client thread to enter suspended state in set_thread_context. server: Block by waiting on context handle in get_thread_context. makedep: Don't try to use .delay.a extension for non-PE delay imports. windowscodecs: Provide UUIDs in importlib. winbase.h: Unify MSVC interlocked functions declarations. include: Use long type for __msvcrt_long when possible. include: Don't override keywords...