ChangeSet ID: 986842155579915363807231
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/09 14:49:15
Modified files:
programs/winetest: test.pl wine.pm wine.xs winetest.c
Log message:
Store the function pointer in the %prototypes hash instead of the
function name to avoid looking it up on every call.
Fixed callback thunks to use stdcall calling convention.
Patch: http://cvs.winehq.com/patch.py?id=986842155579915363807231
Revision Changes Path
1.2 +7 -1 wine/programs/winetest/test.pl
1.3 +19 -49 wine/programs/winetest/wine.pm
1.3 +35 -26 wine/programs/winetest/wine.xs
1.3 +26 -53 wine/programs/winetest/winetest.c