diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-19 18:59:42 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-19 18:59:42 +0000 |
| commit | 1bfeab104c4697a83478346f0eebd1ac03429d68 (patch) | |
| tree | d8af16b8720e5df83defb4662a0afff375fb2795 /src/runtime/c/gu/out.h | |
| parent | 2bdfd27173d2eedb4c39e30ae4ef0cff057604cd (diff) | |
more changes to make the C runtime compilable with MSVC
Diffstat (limited to 'src/runtime/c/gu/out.h')
| -rw-r--r-- | src/runtime/c/gu/out.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/out.h b/src/runtime/c/gu/out.h index 3435d3e34..f8cfbed0c 100644 --- a/src/runtime/c/gu/out.h +++ b/src/runtime/c/gu/out.h @@ -101,7 +101,7 @@ inline void gu_out_u8(GuOut* restrict out, uint8_t u, GuExn* err) { if (GU_UNLIKELY(!gu_out_try_u8_(out, u))) { - extern void gu_out_u8_(GuOut* restrict out, uint8_t u, + GU_API_DECL void gu_out_u8_(GuOut* restrict out, uint8_t u, GuExn* err); gu_out_u8_(out, u, err); } |
