1
0
mirror of https://github.com/golang/go synced 2024-11-17 07:45:09 -07:00

runtime/cgo: fix build tag placement vet warning

Change-Id: Ie6583b46213caae897fc2189d4973c88759f5f4b
Reviewed-on: https://go-review.googlesource.com/c/go/+/263258
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Cherry Zhang 2020-10-16 19:11:42 -04:00
parent f1e3c8f142
commit 689a7a1378

View File

@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build cgo
#define WIN64_LEAN_AND_MEAN
#include <windows.h>
#include <process.h>