]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/cgo: fix build tag placement vet warning
authorCherry Zhang <cherryyz@google.com>
Fri, 16 Oct 2020 23:11:42 +0000 (19:11 -0400)
committerCherry Zhang <cherryyz@google.com>
Sat, 17 Oct 2020 00:01:16 +0000 (00:01 +0000)
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>
src/runtime/cgo/gcc_libinit_windows.c

index 9fd7d36bfb97c72e82536962da14d09f2cc574ef..2732248bdcf5e00d59294c68e264f36dbc26ffa5 100644 (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>