mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
[GDNative] fixed msvc build
This commit is contained in:
parent
99529fb80d
commit
a6e75c9437
@ -40,10 +40,10 @@ extern "C" {
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(GDAPI_EXPORT)
|
||||
#define GDCALLINGCONV __cdecl
|
||||
#define GDCALLINGCONV
|
||||
#define GDAPI __declspec(dllexport) GDCALLINGCONV
|
||||
#else
|
||||
#define GDCALLINGCONV __cdecl
|
||||
#define GDCALLINGCONV
|
||||
#define GDAPI __declspec(dllimport) GDCALLINGCONV
|
||||
#endif
|
||||
#elif defined(__APPLE__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user