From 1955fecb2da7456029d67b63b24f741f02a80ba7 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Tue, 21 Nov 2017 21:32:05 +1100 Subject: [PATCH] Revert this change, we need to export symbols on the library side --- modules/gdnative/include/gdnative/gdnative.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gdnative/include/gdnative/gdnative.h b/modules/gdnative/include/gdnative/gdnative.h index 0a884e6106b..6e69d43469d 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