Revert this change, we need to export symbols on the library side

This commit is contained in:
Bastiaan Olij 2017-11-21 21:32:05 +11:00
parent 5ff84070ca
commit 1955fecb2d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ extern "C" {
// This is for libraries *using* the header, NOT GODOT EXPOSING STUFF!! // This is for libraries *using* the header, NOT GODOT EXPOSING STUFF!!
#ifdef _WIN32 #ifdef _WIN32
#define GDN_EXPORT #define GDN_EXPORT __declspec(dllexport)
#else #else
#define GDN_EXPORT #define GDN_EXPORT
#endif #endif