2
0
Эх сурвалжийг харах

sokol_gfx.h: fix _sg_u128 linkage visibility

Zephyr Lykos 10 сар өмнө
parent
commit
b26cab14d0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      sokol_gfx.h

+ 1 - 1
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;