summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2017-11-14 15:34:07 +0100
committerGitHub <noreply@github.com>2017-11-14 15:34:07 +0100
commitbd2b1a62d9d6f97ebfa7457ab3e84ae839531bdb (patch)
tree2594fc77cd508c9b570c97b9f47e7ed8a45781dd /modules/gdnative/include
parentf83b73be132d0e75272fd47899bc2d24d1285a39 (diff)
parentd82942e1c5716961bf921de7795becfa0cd05807 (diff)
downloadredot-engine-bd2b1a62d9d6f97ebfa7457ab3e84ae839531bdb.tar.gz
Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
[GDNative] use feature tags, added load once option
Diffstat (limited to 'modules/gdnative/include')
-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 8fa96fd3af..a479eced16 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 __declspec(dllexport)
+#define GDN_EXPORT
#else
#define GDN_EXPORT
#endif