// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include #include #include #if _WIN32 #include #else #include #include #endif #if _WIN32 #define FFI_PLUGIN_EXPORT __declspec(dllexport) #else #define FFI_PLUGIN_EXPORT #endif FFI_PLUGIN_EXPORT intptr_t difference(intptr_t a, intptr_t b);