public static Int32 BrotliDecoderGetErrorCode(IntPtr state) { if (UseX86) { return(Brolib32.BrotliDecoderGetErrorCode(state)); } else { return(Brolib64.BrotliDecoderGetErrorCode(state)); } }
public static Int32 BrotliDecoderGetErrorCode(IntPtr state) { return(USE_X86 ? Brolib32.BrotliDecoderGetErrorCode(state) : Brolib64.BrotliDecoderGetErrorCode(state)); }