UINT8 __stdcall PopInterruptSteeringEnabled(){ UINT8 result; result = 0; if( !PpmIntSteerDisabled ) { if( KiIntSteerEnabled ) return 1; } return result; }