summaryrefslogtreecommitdiff
path: root/src/runtime/runtime2_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime2_windows.go')
-rw-r--r--src/runtime/runtime2_windows.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/runtime/runtime2_windows.go b/src/runtime/runtime2_windows.go
new file mode 100644
index 000000000..80fc386e9
--- /dev/null
+++ b/src/runtime/runtime2_windows.go
@@ -0,0 +1,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)