Merge pull request #13136 from BastiaanOlij/gdnative_export_library

Revert this change, we need to export symbols on the library side
This commit is contained in:
Thomas Herzog 2017-11-21 11:42:08 +01:00 committed by GitHub
commit ec4d467b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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