Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
f54d6106
Commit
f54d6106
authored
Jun 06, 2012
by
Alex Brainman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: include "typekind.h" to fix windows build
R=golang-dev, bradfitz CC=golang-dev
https://golang.org/cl/6305059
parent
90fa13d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
callback_windows_386.c
src/pkg/runtime/callback_windows_386.c
+1
-0
callback_windows_amd64.c
src/pkg/runtime/callback_windows_amd64.c
+1
-0
No files found.
src/pkg/runtime/callback_windows_386.c
View file @
f54d6106
...
...
@@ -4,6 +4,7 @@
#include "runtime.h"
#include "type.h"
#include "typekind.h"
#include "defs_GOOS_GOARCH.h"
#include "os_GOOS.h"
...
...
src/pkg/runtime/callback_windows_amd64.c
View file @
f54d6106
...
...
@@ -4,6 +4,7 @@
#include "runtime.h"
#include "type.h"
#include "typekind.h"
#include "defs_GOOS_GOARCH.h"
#include "os_GOOS.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment