diff options
author | Bastiaan Olij <mux213@gmail.com> | 2017-11-21 21:32:05 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2017-11-21 21:32:05 +1100 |
commit | 1955fecb2da7456029d67b63b24f741f02a80ba7 (patch) | |
tree | 8d093c68f171888cff83538e8d3bf5a15117db26 /modules | |
parent | 5ff84070ca3604b43e86562a3d000ed924a604a2 (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.h | 2 |
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 |