| author | |
| committer | |
| log | dcc5f245693fca972890107ae08ce30cc7463bdb |
| tree | 16356407dae7d109dd7c5876c70794b12683cf74 |
| parent | 766547dbfeffcc05ed41423ee84a546b1dd07fb7 |
1 files changed, 4 insertions(+), 0 deletions(-)
deps/SoftFloat-3d-prebuilt/platform.h+4| ... | ... | @@ -88,6 +88,10 @@ |
| 88 | 88 | #endif |
| 89 | 89 | |
| 90 | 90 | #define INLINE inline |
| 91 | #if _MSC_VER | |
| 92 | #define THREAD_LOCAL __declspec(thread) | |
| 93 | #else | |
| 91 | 94 | #define THREAD_LOCAL __thread |
| 95 | #endif | |
| 92 | 96 | |
| 93 | 97 | #endif |