mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: windows dont typedef, fix linux eqp
This commit is contained in:
parent
df4d629891
commit
0f08b94dbd
2 changed files with 5 additions and 3 deletions
|
|
@ -53,9 +53,11 @@ SQLITE_EXTENSION_INIT1
|
|||
# define LONGDOUBLE_TYPE long double
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
typedef u_int8_t uint8_t;
|
||||
typedef u_int16_t uint16_t;
|
||||
typedef u_int64_t uint64_t;
|
||||
#endif
|
||||
|
||||
#ifndef UNUSED_PARAMETER
|
||||
#define UNUSED_PARAMETER(X) (void)(X)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue