mirror of
https://github.com/godotengine/godot-headers.git
synced 2026-01-03 18:09:13 +03:00
removed __stdcall
This commit is contained in:
4
godot.h
4
godot.h
@@ -40,9 +40,9 @@ extern "C" {
|
||||
#if !defined(_WIN32) && !defined(_MSC_VER)
|
||||
#define GDAPI
|
||||
#elif defined(GDAPI_EXPORT)
|
||||
#define GDAPI __declspec(dllexport) __stdcall
|
||||
#define GDAPI __declspec(dllexport)
|
||||
#else
|
||||
#define GDAPI __declspec(dllimport) __stdcall
|
||||
#define GDAPI __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user