return res;
}
-#if defined(_TARGET_AMD64_) && defined(_MSC_VER)
-// codegen bug on amd64 causes BBT to fail for the following function. as a
-// workaround I have disabled optimizations for it until we get an updated toolset.
-#pragma optimize( "", off )
-#endif
//--------------------------------------------------------------------------------
// Release helper, enables and disables GC during call-outs
ULONG SafeRelease(IUnknown* pUnk, RCW* pRCW)
return res;
}
-#if defined(_TARGET_AMD64_) && defined(_MSC_VER)
-// turn optimizations back on
-#pragma optimize( "", on )
-#endif
#include <optdefault.h>