Revert this change, we need to export symbols on the library side
This commit is contained in:
parent
5ff84070ca
commit
1955fecb2d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue