ffi 1.1.6.pre1 → 1.1.6.pre2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ffi might be problematic. Click here for more details.
- data/Rakefile +1 -1
- data/ext/ffi_c/Variadic.c +3 -0
- metadata +4 -4
data/Rakefile
CHANGED
@@ -77,7 +77,7 @@ PROJ.name = 'ffi'
|
|
77
77
|
PROJ.authors = 'Wayne Meissner'
|
78
78
|
PROJ.email = 'wmeissner@gmail.com'
|
79
79
|
PROJ.url = 'http://wiki.github.com/ffi/ffi'
|
80
|
-
PROJ.version = '1.1.6.
|
80
|
+
PROJ.version = '1.1.6.pre2'
|
81
81
|
PROJ.rubyforge.name = 'ffi'
|
82
82
|
PROJ.readme_file = 'README.rdoc'
|
83
83
|
|
data/ext/ffi_c/Variadic.c
CHANGED
@@ -94,6 +94,9 @@ variadic_initialize(VALUE self, VALUE rbFunction, VALUE rbParameterTypes, VALUE
|
|
94
94
|
VALUE retval = Qnil;
|
95
95
|
VALUE convention = Qnil;
|
96
96
|
VALUE fixed = Qnil;
|
97
|
+
#if defined(_WIN32) || defined(__WIN32__)
|
98
|
+
VALUE rbConventionStr;
|
99
|
+
#endif
|
97
100
|
int i;
|
98
101
|
|
99
102
|
Check_Type(options, T_HASH);
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 2849813023
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
9
|
- 6
|
10
10
|
- pre
|
11
|
-
-
|
12
|
-
version: 1.1.6.
|
11
|
+
- 2
|
12
|
+
version: 1.1.6.pre2
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Wayne Meissner
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2012-
|
20
|
+
date: 2012-09-15 00:00:00 +10:00
|
21
21
|
default_executable:
|
22
22
|
dependencies: []
|
23
23
|
|