From f55162ac1d8457a806b61880dc9ce424ec47fefb Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 15 Dec 2017 09:04:51 +0200 Subject: Fixes thekla atlas mingw-w64 build --- thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h') diff --git a/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h b/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h index 4f97b90f3a..e1c8d6e4f8 100644 --- a/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h +++ b/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h @@ -19,7 +19,9 @@ #endif #define NV_FASTCALL __attribute__((fastcall)) +// -- GODOT start - #define NV_FORCEINLINE __attribute__((always_inline)) inline +// -- GODOT end - #define NV_DEPRECATED __attribute__((deprecated)) #if __GNUC__ > 2 -- cgit v1.2.3