diff --git a/sokol_gfx.h b/sokol_gfx.h index 1b37c8582..6a7dbe6e4 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -16598,7 +16598,7 @@ typedef struct { uint64_t lo, hi; } _sg_u128_t; -_sg_u128_t _sg_u128(void) { +_SOKOL_PRIVATE _sg_u128_t _sg_u128(void) { _sg_u128_t res; _sg_clear(&res, sizeof(res)); return res;