mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
Fixed softfloat header file for msvc (#482)
This commit is contained in:
parent
766547dbfe
commit
dcc5f24569
4
deps/SoftFloat-3d-prebuilt/platform.h
vendored
4
deps/SoftFloat-3d-prebuilt/platform.h
vendored
@ -88,6 +88,10 @@
|
||||
#endif
|
||||
|
||||
#define INLINE inline
|
||||
#if _MSC_VER
|
||||
#define THREAD_LOCAL __declspec(thread)
|
||||
#else
|
||||
#define THREAD_LOCAL __thread
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user