summaryrefslogtreecommitdiff
path: root/src/runtime/runtime2_windows.go
blob: 80fc386e95261e9989bc324118180619ca40ab8f (plain)
1
2
3
4
5
6
7
8
// Copyright 2009 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.

package runtime

// TODO(brainman): move generation of zsys_windows_*.s out from cmd/dist/buildruntime.c and into here
const cb_max = 2000 // maximum number of windows callbacks allowed (must be in sync with MAXWINCB from cmd/dist/buildruntime.c)