sm-ext-dhooks2/DynamicHooks/conventions
Peace-Maker b18e3284e1 Fix overriding return value
The custom return value was lost when calling the original function.
Save and restore our own return value, if we're about to call the original function.
2016-12-13 17:45:22 -07:00
..
x86GccCdecl.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
x86GccThiscall.h First draft of dynamic detours using Ayuto's DynamicHooks library 2016-12-11 22:02:10 -07:00
x86MsCdecl.cpp Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
x86MsCdecl.h Fix overriding return value 2016-12-13 17:45:22 -07:00
x86MsStdcall.cpp Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
x86MsStdcall.h Fix overriding return value 2016-12-13 17:45:22 -07:00
x86MsThiscall.cpp Don't use std::list at all in DynamicHooks 2016-12-13 17:37:12 -07:00
x86MsThiscall.h Fix overriding return value 2016-12-13 17:45:22 -07:00