summaryrefslogtreecommitdiff
path: root/dummy_windows.cpp
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-06-05 18:49:53 -0400
committerPietro Gagliardi <[email protected]>2016-06-05 18:49:53 -0400
commit99b377d53825a178db73d7299c5721bd1ff65d36 (patch)
treea85a0fec5c0452865da1961c2d5158103c6e291d /dummy_windows.cpp
parentbcef74047371ffe8721060ef19933a0aaa238fb0 (diff)
Set up the Windows builds. Almost working!
Diffstat (limited to 'dummy_windows.cpp')
-rw-r--r--dummy_windows.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dummy_windows.cpp b/dummy_windows.cpp
new file mode 100644
index 0000000..a338f7f
--- /dev/null
+++ b/dummy_windows.cpp
@@ -0,0 +1,2 @@
+// 5 june 2016
+// This file is only present to force cgo to use the C++ linker instead of the C linker on Windows.