From 20ccf7331188c5ddfe5db30ea5f90c45319e4fb8 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 4 Sep 2017 09:45:22 +0200 Subject: Add vendor --- vendor/github.com/GeertJohan/cgo.wchar/wchar_windows.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vendor/github.com/GeertJohan/cgo.wchar/wchar_windows.go (limited to 'vendor/github.com/GeertJohan/cgo.wchar/wchar_windows.go') diff --git a/vendor/github.com/GeertJohan/cgo.wchar/wchar_windows.go b/vendor/github.com/GeertJohan/cgo.wchar/wchar_windows.go new file mode 100644 index 0000000..7c7c930 --- /dev/null +++ b/vendor/github.com/GeertJohan/cgo.wchar/wchar_windows.go @@ -0,0 +1,4 @@ +package wchar + +// go representation of a wchar +type Wchar uint16 -- cgit v1.2.3