search for: set_thread_context

Displaying 6 results from an estimated 6 matches for "set_thread_context".

2006 Mar 08
0
wine under mactel
...os x but with no luck. Here is the produced error: gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o context_i386.o context_i386.c context_i386.c:499:2: error: #error You must implement get/set_thread_context_ptrace for your platform context_i386.c: In function 'get_thread_ip': context_i386.c:547: warning: implicit declaration of function 'get_thread_context_ptrace' context_i386.c: In function 'set_thread_context': context_i386.c:621: warning: implicit declaration of function ...
2008 Nov 09
0
I'm having trouble compiling wine 1.0.1 on Mac OS 10.4.11
...once mach.c:166: error: for each function it appears in.) mach.c:166: error: parse error before 'state' mach.c:167: error: 'state' undeclared (first use in this function) mach.c:182: error: 'x86_DEBUG_STATE32' undeclared (first use in this function) mach.c: In function 'set_thread_context': mach.c:210: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:210: error: parse error before 'state' mach.c:211: error: 'state' undeclared (first use in this function) mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in thi...
2009 Jun 11
1
Error: Target $TARGET returned: shell command - What?!?
...once mach.c:166: error: for each function it appears in.) mach.c:166: error: parse error before 'state' mach.c:167: error: 'state' undeclared (first use in this function) mach.c:182: error: 'x86_DEBUG_STATE32' undeclared (first use in this function) mach.c: In function 'set_thread_context': mach.c:210: error: 'x86_debug_state32_t' undeclared (first use in this function) mach.c:210: error: parse error before 'state' mach.c:211: error: 'state' undeclared (first use in this function) mach.c:245: error: 'x86_DEBUG_STATE32' undeclared (first use in thi...
2011 May 13
0
Wine release 1.3.20
...d to SetSysColors. makefiles: Add support for .x template files. dinput: Reset the clipped flag when the cursor is released. server: Add separate requests for getting/setting the thread context during suspend. server: Add support for suspending the thread directly in the get/set_thread_context requests. ntdll: Ask the server to suspend the thread in the get/set_thread_context requests. server: Check for the need to suspend a thread again once it leaves an exception or suspend block. server: Fix the status code for get/set_thread_context on a terminated thread. ker...
2020 Apr 24
0
Wine release 5.7
...ible way. kernel32/tests: Use DECLSPEC_ALIGN in MSVC compatible way. jscript: Support null this in Function.prototype.bind. oleaut32/tests: Define NONAMELESSUNION. server: Don't change context flags in copy_context. server: Don't change cached 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...
2018 Jun 22
0
Wine release 3.11
...iple Microsoft Office installers crash with Windows 8+ setting due to missing 'user32.RegisterTouchHitTestingWindow' stub (Office 2013) ---------------------------------------------------------------- Changes since 3.10: Alexandre Julliard (6): ntdll: Pass the server context to get/set_thread_context(). winedbg: Fix some compiler warnings. winex11: Fix exposing partially off-screen windows. ntdll: Implement RtlExpandEnvironmentStrings(). user32: Don't remap DPI for font size in points when saving. user32: Check the DpiScalingVer registry key to enable DPI scali...