summaryrefslogtreecommitdiff
path: root/vendor/github.com/AllenDang/w32/create_process_constants.go
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:19:33 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-08 00:19:33 +0200
commitfde18e485ff7cbc7b2e33dade8e81136f06a5b60 (patch)
tree79a6dbd13e7e4a46e708a70104c548f403b477ae /vendor/github.com/AllenDang/w32/create_process_constants.go
parent93e1de570f47b095905835735dbd67479aa0c2de (diff)
[pkg] remove vendor
Diffstat (limited to 'vendor/github.com/AllenDang/w32/create_process_constants.go')
-rw-r--r--vendor/github.com/AllenDang/w32/create_process_constants.go9
1 files changed, 0 insertions, 9 deletions
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
-)