mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
cosmocc support
This commit is contained in:
parent
0a5dcae4c8
commit
0af4e1eaed
3 changed files with 35 additions and 16 deletions
|
|
@ -54,11 +54,13 @@ SQLITE_EXTENSION_INIT1
|
|||
|
||||
#ifndef _WIN32
|
||||
#ifndef __EMSCRIPTEN__
|
||||
#ifndef __COSMOPOLITAN__
|
||||
typedef u_int8_t uint8_t;
|
||||
typedef u_int16_t uint16_t;
|
||||
typedef u_int64_t uint64_t;
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef int8_t i8;
|
||||
typedef uint8_t u8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue