File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ //go:build windows
12// +build windows
23
34// Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
@@ -12,7 +13,9 @@ import "C"
1213import (
1314 "unsafe"
1415)
16+
1517var GlobalVar bool = false
18+
1619func init () {
1720 if GlobalVar == false {
1821 GlobalVar = true
@@ -21,8 +24,9 @@ func init() {
2124}
2225
2326func Version () {
24- println ("---Version: v24.12.0---" )
25- }
27+ println ("---Version: v24.12.1---" )
28+ }
29+
2630type UUID struct {
2731 ptr unsafe.Pointer
2832}
@@ -32,11 +36,11 @@ type Stream struct {
3236}
3337
3438type Vector struct {
35- ptr unsafe.Pointer
39+ ptr unsafe.Pointer
3640 data_type string
3741}
3842
3943type Enumerator struct {
40- ptr unsafe.Pointer
44+ ptr unsafe.Pointer
4145 data_type string
4246}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ func init() {
2121}
2222
2323func Version () {
24- println ("---Version: v24.12.0 ---" )
24+ println ("---Version: v24.12.1 ---" )
2525}
2626type UUID struct {
2727 ptr unsafe.Pointer
You can’t perform that action at this time.
0 commit comments