ffi 1.2.0.dev4 → 1.2.0.pre1

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/ext/ffi_c/Variadic.c +3 -0
  2. data/lib/ffi_c.bundle +0 -0
  3. metadata +6 -5
@@ -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);
Binary file
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: 2257031387
4
+ hash: 3102836071
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 0
10
- - dev
11
- - 4
12
- version: 1.2.0.dev4
10
+ - pre
11
+ - 1
12
+ version: 1.2.0.pre1
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
  - !ruby/object:Gem::Dependency
@@ -455,6 +455,7 @@ files:
455
455
  - lib/ffi/union.rb
456
456
  - lib/ffi/variadic.rb
457
457
  - lib/ffi.rb
458
+ - lib/ffi_c.bundle
458
459
  - lib/Lib.iml
459
460
  - spec/ffi/async_callback_spec.rb
460
461
  - spec/ffi/bool_spec.rb