ffi 1.1.6.pre1 → 1.1.6.pre2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/ext/ffi_c/Variadic.c +3 -0
  3. 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.pre1'
80
+ PROJ.version = '1.1.6.pre2'
81
81
  PROJ.rubyforge.name = 'ffi'
82
82
  PROJ.readme_file = 'README.rdoc'
83
83
 
@@ -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: -2110259870
4
+ hash: 2849813023
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
9
  - 6
10
10
  - pre
11
- - 1
12
- version: 1.1.6.pre1
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-08-29 00:00:00 +10:00
20
+ date: 2012-09-15 00:00:00 +10:00
21
21
  default_executable:
22
22
  dependencies: []
23
23