mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
Change-Id: I58bb446aaa387b31d8a9ff4217793a170b96a7e2 Reviewed-on: https://go-review.googlesource.com/9104 Reviewed-by: Rob Pike <r@golang.org>
12 lines
257 B
Go
12 lines
257 B
Go
// Copyright 2014 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// +build windows
|
|
// +build !go1.3
|
|
|
|
package svc
|
|
|
|
// from go12.c
|
|
func getServiceMain(r *uintptr)
|