diff options
author | Hein-Pieter van Braam <hp@tmm.cx> | 2017-12-12 17:30:43 +0100 |
---|---|---|
committer | Hein-Pieter van Braam <hp@tmm.cx> | 2017-12-12 17:30:43 +0100 |
commit | 5387613c7b954a4eb2743599031fe39635031893 (patch) | |
tree | 68aa9f31e37c2e58e731ff373b4e81ba1afc60ed /thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h | |
parent | 55962ce28fec5f06016ed3f66f52e6e84b817dbe (diff) |
Fix mingw build for thekla_atlas
Diffstat (limited to 'thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h')
-rw-r--r-- | thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h b/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h index f35ed88575..4f97b90f3a 100644 --- a/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h +++ b/thirdparty/thekla_atlas/nvcore/DefsGnucWin32.h @@ -19,7 +19,7 @@ #endif #define NV_FASTCALL __attribute__((fastcall)) -#define NV_FORCEINLINE __attribute__((always_inline)) +#define NV_FORCEINLINE __attribute__((always_inline)) inline #define NV_DEPRECATED __attribute__((deprecated)) #if __GNUC__ > 2 |