summaryrefslogtreecommitdiff
path: root/modules/gdnative/include
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-11-02 19:01:30 +0100
committerKarroffel <therzog@mail.de>2017-11-03 15:17:50 +0100
commitd82942e1c5716961bf921de7795becfa0cd05807 (patch)
tree534ab756e75a7945e32748fc22cdc9f55192ac3c /modules/gdnative/include
parentffc26692989d1a6b0114c927d507ce7ed39d99a9 (diff)
[GDNative] removed anchors
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 25d45db306..bab58011b8 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