summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2017-11-21 21:32:05 +1100
committerBastiaan Olij <mux213@gmail.com>2017-11-21 21:32:05 +1100
commit1955fecb2da7456029d67b63b24f741f02a80ba7 (patch)
tree8d093c68f171888cff83538e8d3bf5a15117db26 /modules
parent5ff84070ca3604b43e86562a3d000ed924a604a2 (diff)
Revert this change, we need to export symbols on the library side
Diffstat (limited to 'modules')
-rw-r--r--modules/gdnative/include/gdnative/gdnative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/gdnative/gdnative.h b/modules/gdnative/include/gdnative/gdnative.h
index 0a884e6106..6e69d43469 100644
--- a/modules/gdnative/include/gdnative/gdnative.h
+++ b/modules/gdnative/include/gdnative/gdnative.h
@@ -53,7 +53,7 @@ extern "C" {
// This is for libraries *using* the header, NOT GODOT EXPOSING STUFF!!
#ifdef _WIN32
-#define GDN_EXPORT
+#define GDN_EXPORT __declspec(dllexport)
#else
#define GDN_EXPORT
#endif