#ifndef FFI_PERL_H
#define FFI_PERL_H

#define FFI_UTIL_VERSION 054

#ifdef _MSC_VER
#define FFI_UTIL_EXPORT __declspec(dllexport)
#else
#define FFI_UTIL_EXPORT
#endif

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

#endif