mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
0cd829c339
* ext/fiddle/win32/libffi-config.rb: generate necessary files to build on mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
29 lines
485 B
C
Executable file
29 lines
485 B
C
Executable file
#define HAVE_ALLOCA 1
|
|
#define HAVE_MEMCPY 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#if _MSC_VER >= 1600
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#endif
|
|
|
|
#define SIZEOF_DOUBLE 8
|
|
#if defined(X86_WIN64)
|
|
#define SIZEOF_SIZE_T 8
|
|
#else
|
|
#define SIZEOF_SIZE_T 4
|
|
#endif
|
|
|
|
#define STACK_DIRECTION -1
|
|
|
|
#define STDC_HEADERS 1
|
|
|
|
#ifdef LIBFFI_ASM
|
|
#define FFI_HIDDEN(name)
|
|
#else
|
|
#define FFI_HIDDEN
|
|
#endif
|
|
|