Explorar o código

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

Bastiaan Olij %!s(int64=7) %!d(string=hai) anos
pai
achega
1955fecb2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/gdnative/include/gdnative/gdnative.h

+ 1 - 1
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