build: add the SIBO SDK
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user