From fde18e485ff7cbc7b2e33dade8e81136f06a5b60 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 8 Aug 2019 00:19:33 +0200 Subject: [pkg] remove vendor --- vendor/github.com/AllenDang/w32/create_process_constants.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vendor/github.com/AllenDang/w32/create_process_constants.go (limited to 'vendor/github.com/AllenDang/w32/create_process_constants.go') diff --git a/vendor/github.com/AllenDang/w32/create_process_constants.go b/vendor/github.com/AllenDang/w32/create_process_constants.go deleted file mode 100644 index c37d7e5..0000000 --- a/vendor/github.com/AllenDang/w32/create_process_constants.go +++ /dev/null @@ -1,9 +0,0 @@ -package w32 - -const ( - WAIT_ABANDONED = 0x00000080 - WAIT_OBJECT_0 = 0x00000000 - WAIT_TIMEOUT = 0x00000102 - WAIT_FAILED = 0xFFFFFFFF - INFINITE = 0xFFFFFFFF -) -- cgit v1.2.3