virtualx-engine/modules/gdnative
Fabio Alessandrelli a77d514ec0 [GDNative] Fix GDN_EXPORT define with mingw.
The define is **not used by godot**, but in GDNative libraries.

I'm not sure it should be defined there in the first place, though we
shouldn't change that (for compatibility).

This commit changes the platform detection order to detect mingw
compiling for windows (which defines `__GNUC__`).

This commit also wraps the definition around a guard to let libraries
override it with a build-time define.
2022-06-18 13:03:06 +02:00
..
android Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
arvr Simplify InputDefault::joy_axis code by using float instead of struct JoyAxis 2022-01-14 15:36:35 +00:00
doc_classes Fix various typos 2022-05-19 19:07:45 +08:00
gdnative Merge pull request #56630 from Pineapple/replace-find-last 2022-01-18 16:36:52 +01:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
include [GDNative] Fix GDN_EXPORT define with mingw. 2022-06-18 13:03:06 +02:00
nativescript Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
net Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
pluginscript Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
videodecoder Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
config.py DocData: Skip language-specific ClassDoc without methods/constants 2020-06-18 11:29:28 +02:00
gdnative.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdnative.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdnative_api.json Revert "Expose Variant operator= to GDNative" 2021-12-02 11:45:11 +01:00
gdnative_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdnative_library_singleton_editor.cpp i18n: Misc fixes translation strings 2022-06-08 12:56:42 +02:00
gdnative_library_singleton_editor.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Properly handle overriding default values to bool options 2021-02-24 10:20:46 +01:00