Sign in
goma
/
wine
/
916f975624ba4b69ea988397cdee5811939a6518
/
if1632
/
thunk.c
916f975
Improved the selector get/set functions.
by Alexandre Julliard
· 25 years ago
90476d6
Moved SystemHeap allocations to the process heap.
by Alexandre Julliard
· 25 years ago
20fede7
Removed the obsoleted CallTimeFuncProc, CallDriverProc, CallDriverCallback.
by Eric Pouech
· 25 years ago
6619f5a
Implemented WaitForInputIdle.
by Peter Ganten
· 25 years ago
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
979000e
Call 16-bit instead of 32-bit UserSignalProc entry point.
by Ulrich Weigand
· 25 years ago
2dec1ba
Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
by Ulrich Weigand
· 26 years ago
dc6f327
Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
by Ulrich Weigand
· 26 years ago
304d9a4
Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
by Huw D M Davies
· 26 years ago
fd24362
Winspool DocumentProperties and DeviceCapabilities should now work on
by Huw D M Davies
· 26 years ago
aa3f711
Fixed bug in CBClient routines by storing the SEGPTR in the global
by Ulrich Weigand
· 26 years ago
c3d9f28
Moved implementation of WOW routines to single file.
by Ulrich Weigand
· 26 years ago
c50a1d0
Adapted to new-style Wine thunks.
by Ulrich Weigand
· 26 years ago
89f079b
Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent.
by Alexandre Julliard
· 26 years ago
a1089c5
Made stack manipulation macros into inline functions.
by Alexandre Julliard
· 26 years ago
98c3053
Added FinalUserInit16/FinalGdiInit16 stubs.
by Ulrich Weigand
· 26 years ago
cb310a3
More gcc bug workarounds.
by Ulrich Weigand
· 26 years ago
2f4bd66
Unify startup sequence for Wine and WineLib.
by Ulrich Weigand
· 26 years ago
b4860a8
Always retrieve Callout routines using GetProcAddress().
by Ulrich Weigand
· 26 years ago
22d2c52
Bugfix: Reverted CallTo16 routines to STDCALL convention.
by Ulrich Weigand
· 26 years ago
4220b29
Take advantage of the new registers saved in the STACK16FRAME to turn
by Alexandre Julliard
· 26 years ago
3dff7bb
Modularized CallFrom/To16 routines. Adapted dependent routines,
by Ulrich Weigand
· 26 years ago
617955d
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
by Alexandre Julliard
· 26 years ago
0a860a0
Merged THDB and TEB structures.
by Alexandre Julliard
· 26 years ago
5cec819
Removed Callback.CallTaskRescheduleProc().
by Ulrich Weigand
· 26 years ago
7b5fcc7
Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
by Ulrich Weigand
· 26 years ago
6f28722
Workaroung gcc 2.7.2.x sig 11 issue.
by Eric Pouech
· 26 years ago
da5d417
task.h was included twice. Removing one fixed a sig11 in gcc-2.7.2.3.
by James Juran
· 26 years ago
733145f
Handle proc == NULL in THUNK_SetDCHook correctly.
by Ulrich Weigand
· 26 years ago
eec4c25
Set %ebx to point to real 16-bit stack in CBClientThunkSL.
by Ulrich Weigand
· 26 years ago
cb78164
Fixed THUNK_SetDCHook when using native USER.
by Ulrich Weigand
· 26 years ago
3b3ff2b
Added macros and definitions for using exception inside Wine or Winelib code.
by Alexandre Julliard
· 26 years ago
e6cc6fd
Call Callout routines directly when using builtin USER.
by Ulrich Weigand
· 26 years ago
dc8cf10
Fixes winproc deadlock for win16.
by Ove Kaaven
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
a9a671d
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
c7a8dde
#pragma pack(?) changed to #include "*pack*.h"
by Patrik Stridvall
· 26 years ago
ff5ae3d
Removed some includes of 16 bit API.
by Michael Veksler
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
7366307
Call InitApp16 (using Callout) for initial process.
by Ulrich Weigand
· 26 years ago
e392a0c
Added USER32.UserSignalProc to Callout table.
by Ulrich Weigand
· 26 years ago
6b1b41c
Made access to the wnd struct thread-safe.
by Francois Boisvert
· 26 years ago
88e651d
Fixed newly introduced and some leftover warnings.
by Marcus Meissner
· 26 years ago
48241e9
Implemented UTRegister and UTUnRegister.
by Ulrich Weigand
· 26 years ago
a54084a
Temporary fix: Activate 16-bit system timer callback routines, but
by Ulrich Weigand
· 26 years ago
e562453
Added USER.DestroyIcon32 to Callout struct.
by Ulrich Weigand
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
9cf066e
Implemented KERNEL.621 (CBClientThunkSLEx).
by Ulrich Weigand
· 26 years ago
ca1bc86
Moves more stuff from windows.h.
by Michael Veksler
· 26 years ago
61439d2
Callout table (for KERNEL->USER calls) added.
by Ulrich Weigand
· 26 years ago
be672fe
Handle non-hardware X events correctly with native USER
by Ulrich Weigand
· 26 years ago
f6c4828
Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
by Ulrich Weigand
· 26 years ago
a00b49f
- Several kernel.spec return type mismatch fixes
by Andreas Mohr
· 26 years ago
23e9b04
Implemented GlobalChangeLockCount (KERNEL.365).
by Ulrich Weigand
· 26 years ago
e62cbca
Removed some unnecessary FIXME outputs.
by Ulrich Weigand
· 26 years ago
077da06
Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
by Ulrich Weigand
· 26 years ago
afac2e4
Some fixes to Wine startup/termination sequence with native USER.
by Ulrich Weigand
· 26 years ago
980992a
Should get win16drv AbortProc working. Hopefully.
by Huw D M Davies
· 26 years ago
2b06758
USER-side part of input event handling: contains implementation of
by Ulrich Weigand
· 26 years ago
e0e248e
Solaris redefines ERR and CS, fixed occurances.
by Marcus Meissner
· 26 years ago
5efaf50
Implemented (partially) the KERNEL Thunklet API and Callback Client
by Ulrich Weigand
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
641ee76
Release 970804
by Alexandre Julliard
· 28 years ago
wine-970804
d37eb36
Release 970720
by Alexandre Julliard
· 28 years ago
wine-970720
84c70f5
Release 970509
by Alexandre Julliard
· 28 years ago
wine-970509
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
f0cbfa0
Release 970215
by Alexandre Julliard
· 28 years ago
wine-970215
349a953
Release 970202
by Alexandre Julliard
· 28 years ago
wine-970202
b1bac32
Release 961215
by Alexandre Julliard
· 28 years ago
wine-961215
da0cfb3
Release 961201
by Alexandre Julliard
· 28 years ago
wine-961201
75d86e1
Release 961117
by Alexandre Julliard
· 28 years ago
wine-961117
139a4b1
Release 961102
by Alexandre Julliard
· 28 years ago
wine-961102
530ee84
Release 961023
by Alexandre Julliard
· 28 years ago
wine-961023
bf9130a
Release 961013
by Alexandre Julliard
· 28 years ago
wine-961013
8bbf818
Release 960913
by Alexandre Julliard
· 29 years ago
wine-960913
1e37a18
Release 960818
by Alexandre Julliard
· 29 years ago
wine-960818
f1aa303
Release 960805
by Alexandre Julliard
· 29 years ago
wine-960805