Skip to content

Instantly share code, notes, and snippets.

@sgeller
sgeller / .gitattributes
Created December 5, 2017 14:25 — forked from nemotoo/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf
diff -r 065aeab132e1 src/pkg/runtime/defs_windows.go
--- a/src/pkg/runtime/defs_windows.go Mon Apr 07 12:59:55 2014 -0700
+++ b/src/pkg/runtime/defs_windows.go Tue Apr 08 23:35:24 2014 +0200
@@ -44,6 +44,7 @@
SIGINT = C.SIGINT
CTRL_C_EVENT = C.CTRL_C_EVENT
CTRL_BREAK_EVENT = C.CTRL_BREAK_EVENT
+ CTRL_CLOSE_EVENT = C.CTRL_CLOSE_EVENT
CONTEXT_CONTROL = C.CONTEXT_CONTROL