cosmocc support

This commit is contained in:
Alex Garcia 2024-05-23 11:15:30 -07:00
parent 0a5dcae4c8
commit 0af4e1eaed
3 changed files with 35 additions and 16 deletions

View file

@ -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;