Skip to content

Commit

Permalink
Merge pull request #1151 from mcha-forks/mochaa/sg-linkage
Browse files Browse the repository at this point in the history
sokol_gfx.h: fix _sg_u128 linkage visibility
  • Loading branch information
floooh authored Nov 14, 2024
2 parents aa9ee3f + b26cab1 commit bfab51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bfab51e

Please sign in to comment.