22 Oct
2004
22 Oct
'04
7:55 p.m.
ChangeSet ID: 14280 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/10/22 14:55:14 Modified files: dlls/kernel : thunk.c selector.c ne_module.c heap.c Log message: Francois Gouget <fgouget(a)free.fr> There is no point making '--register' functions stdcall so just implement them as cdecl. Patch: http://cvs.winehq.org/patch.py?id=14280 Old revision New revision Changes Path 1.50 1.51 +29 -32 wine/dlls/kernel/thunk.c 1.3 1.4 +23 -23 wine/dlls/kernel/selector.c 1.26 1.27 +4 -4 wine/dlls/kernel/ne_module.c 1.11 1.12 +2 -2 wine/dlls/kernel/heap.c