File tree Expand file tree Collapse file tree 10 files changed +33
-9
lines changed Expand file tree Collapse file tree 10 files changed +33
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
#line 1 "cgo-builtin-export-prolog"
7
7
8
- #include <stddef.h> /* for ptrdiff_t below */
8
+ #include <stddef.h>
9
9
10
10
#ifndef GO_CGO_EXPORT_PROLOGUE_H
11
11
#define GO_CGO_EXPORT_PROLOGUE_H
@@ -46,11 +46,17 @@ typedef long long GoInt64;
46
46
typedef unsigned long long GoUint64 ;
47
47
typedef GoInt64 GoInt ;
48
48
typedef GoUint64 GoUint ;
49
- typedef __SIZE_TYPE__ GoUintptr ;
49
+ typedef size_t GoUintptr ;
50
50
typedef float GoFloat32 ;
51
51
typedef double GoFloat64 ;
52
+ #ifdef _MSC_VER
53
+ #include <complex.h>
54
+ typedef _Fcomplex GoComplex64 ;
55
+ typedef _Dcomplex GoComplex128 ;
56
+ #else
52
57
typedef float _Complex GoComplex64 ;
53
58
typedef double _Complex GoComplex128 ;
59
+ #endif
54
60
55
61
/*
56
62
static assertion to make sure the file is being used on architecture
Original file line number Diff line number Diff line change 5
5
6
6
#line 1 "cgo-builtin-export-prolog"
7
7
8
- #include <stddef.h> /* for ptrdiff_t below */
8
+ #include <stddef.h>
9
9
10
10
#ifndef GO_CGO_EXPORT_PROLOGUE_H
11
11
#define GO_CGO_EXPORT_PROLOGUE_H
@@ -46,11 +46,17 @@ typedef long long GoInt64;
46
46
typedef unsigned long long GoUint64 ;
47
47
typedef GoInt32 GoInt ;
48
48
typedef GoUint32 GoUint ;
49
- typedef __SIZE_TYPE__ GoUintptr ;
49
+ typedef size_t GoUintptr ;
50
50
typedef float GoFloat32 ;
51
51
typedef double GoFloat64 ;
52
+ #ifdef _MSC_VER
53
+ #include <complex.h>
54
+ typedef _Fcomplex GoComplex64 ;
55
+ typedef _Dcomplex GoComplex128 ;
56
+ #else
52
57
typedef float _Complex GoComplex64 ;
53
58
typedef double _Complex GoComplex128 ;
59
+ #endif
54
60
55
61
/*
56
62
static assertion to make sure the file is being used on architecture
Original file line number Diff line number Diff line change 5
5
6
6
#line 1 "cgo-builtin-export-prolog"
7
7
8
- #include <stddef.h> /* for ptrdiff_t below */
8
+ #include <stddef.h>
9
9
10
10
#ifndef GO_CGO_EXPORT_PROLOGUE_H
11
11
#define GO_CGO_EXPORT_PROLOGUE_H
@@ -46,11 +46,17 @@ typedef long long GoInt64;
46
46
typedef unsigned long long GoUint64 ;
47
47
typedef GoInt32 GoInt ;
48
48
typedef GoUint32 GoUint ;
49
- typedef __SIZE_TYPE__ GoUintptr ;
49
+ typedef size_t GoUintptr ;
50
50
typedef float GoFloat32 ;
51
51
typedef double GoFloat64 ;
52
+ #ifdef _MSC_VER
53
+ #include <complex.h>
54
+ typedef _Fcomplex GoComplex64 ;
55
+ typedef _Dcomplex GoComplex128 ;
56
+ #else
52
57
typedef float _Complex GoComplex64 ;
53
58
typedef double _Complex GoComplex128 ;
59
+ #endif
54
60
55
61
/*
56
62
static assertion to make sure the file is being used on architecture
Original file line number Diff line number Diff line change 5
5
6
6
#line 1 "cgo-builtin-export-prolog"
7
7
8
- #include <stddef.h> /* for ptrdiff_t below */
8
+ #include <stddef.h>
9
9
10
10
#ifndef GO_CGO_EXPORT_PROLOGUE_H
11
11
#define GO_CGO_EXPORT_PROLOGUE_H
@@ -46,11 +46,17 @@ typedef long long GoInt64;
46
46
typedef unsigned long long GoUint64 ;
47
47
typedef GoInt64 GoInt ;
48
48
typedef GoUint64 GoUint ;
49
- typedef __SIZE_TYPE__ GoUintptr ;
49
+ typedef size_t GoUintptr ;
50
50
typedef float GoFloat32 ;
51
51
typedef double GoFloat64 ;
52
+ #ifdef _MSC_VER
53
+ #include <complex.h>
54
+ typedef _Fcomplex GoComplex64 ;
55
+ typedef _Dcomplex GoComplex128 ;
56
+ #else
52
57
typedef float _Complex GoComplex64 ;
53
58
typedef double _Complex GoComplex128 ;
59
+ #endif
54
60
55
61
/*
56
62
static assertion to make sure the file is being used on architecture
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-fast-openpgp" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.4.2 " ,
4
4
"description" : " library for use openPGP" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments