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
+29
View File
@@ -0,0 +1,29 @@
; Generated by Ctran from xactive.cl
XACTIVE_ING equ 1
IFNDEF APPMAN_ING
INCLUDE ..\inc\APPMAN.ING
ENDIF
; Class Numbers
C_LOGONA equ 7
C_UNLOAD equ 8
; Method Numbers
; Property of logona
PRS_LOGONA struc
LogonaPid dw ?
LogonaOwner dw ?
LogonaMess dw ?
PRS_LOGONA ends
PR_LOGONA struc
LogonaRoot PRS_ROOT <>
LogonaActive PRS_ACTIVE <>
LogonaLogona PRS_LOGONA <>
PR_LOGONA ends
; Property of unload
PRS_UNLOAD struc
UnloadCathand dw ?
PRS_UNLOAD ends
PR_UNLOAD struc
UnloadRoot PRS_ROOT <>
UnloadActive PRS_ACTIVE <>
UnloadUnload PRS_UNLOAD <>
PR_UNLOAD ends