build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
typedef struct
{
WORD flags;
ULONG value;
ULONG min;
ULONG max;
} SE_DATE;
typedef struct
{
ULONG value;
ULONG min;
ULONG max;
} IN_DATE;
#define SE_DATE_VALUE 0x01
#define SE_DATE_MIN 0x02
#define SE_DATE_MAX 0x04