typedef signed int (__fastcall * sub_10007660_T)(int a,int b, HANDLE hFile);
sub_10007660_T sub_10007660_old=0;
signed int __fastcall sub_10007660_new(int a,int b, HANDLE hFile)
{
OutputDebugStr("sub_10007660_new()-----in--");
int r= sub_10007660_old(a,b,hFile);
OutputDebugStr("sub_10007660_new()-----out--");
return r;
}
sub_10007660_T sub_10007660_old=0;
signed int __fastcall sub_10007660_new(int a,int b, HANDLE hFile)
{
OutputDebugStr("sub_10007660_new()-----in--");
int r= sub_10007660_old(a,b,hFile);
OutputDebugStr("sub_10007660_new()-----out--");
return r;
}