1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

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