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
+28
View File
@@ -0,0 +1,28 @@
/* Generated by Ctran from serdlgs.cl */
#define SERDLGS_G
#ifndef DLGBOX_G
#include <dlgbox.g>
#endif
#ifndef P_SERIAL_H
#include <p_serial.h>
#endif
/* Class Numbers */
#define C_SETPORTDLG 56
#define C_SETHSHKDLG 57
/* Method Numbers */
/* Property of setportdlg */
typedef struct pr_setportdlg
{
PRS_ROOT root;
PRS_WIN win;
PRS_DLGCHAIN dlgchain;
PRS_DLGBOX dlgbox;
} PR_SETPORTDLG;
/* Property of sethshkdlg */
typedef struct pr_sethshkdlg
{
PRS_ROOT root;
PRS_WIN win;
PRS_DLGCHAIN dlgchain;
PRS_DLGBOX dlgbox;
} PR_SETHSHKDLG;