ChangeSet ID: 982630518674098914023489 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/19 19:55:18
Modified files: dlls/winedos : dosvm.c if1632 : thunk.c include : callback.h loader : task.c miscemu : main.c objects : palette.c win32 : except.c
Log message: Removed a few Callout functions by doing a GetProcAddress at the time we actually need the function.
Patch: http://cvs.winehq.com/patch.py?id=982630518674098914023489
Revision Changes Path 1.4 +5 -6 wine/dlls/winedos/dosvm.c 1.78 +1 -21 wine/if1632/thunk.c 1.41 +0 -10 wine/include/callback.h 1.101 +14 -4 wine/loader/task.c 1.54 +12 -4 wine/miscemu/main.c 1.32 +20 -9 wine/objects/palette.c 1.41 +33 -16 wine/win32/except.c