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
+32
View File
@@ -0,0 +1,32 @@
; Generated by Ctran from fontdlg.cl
FONTDLG_ING equ 1
IFNDEF DLGBOX_ING
INCLUDE ..\inc\DLGBOX.ING
ENDIF
IFNDEF SCRLAY_ING
INCLUDE ..\inc\SCRLAY.ING
ENDIF
; Class Numbers
C_FONTSEL equ 64
; Method Numbers
; Types for fontsel
FONTSEL_DATA struc
FONTSEL_DATAWdr dw ?
FONTSEL_DATAPf dw ?
FONTSEL_DATARet dw ?
FONTSEL_DATA ends
; Property of fontsel
PRS_FONTSEL struc
FontselNames dw ?
FontselSizes dw ?
FontselWdr dw ?
FontselPf dw ?
FontselF SCRLAY_FONT <>
PRS_FONTSEL ends
PR_FONTSEL struc
FontselRoot PRS_ROOT <>
FontselWin PRS_WIN <>
FontselDlgchain PRS_DLGCHAIN <>
FontselDlgbox PRS_DLGBOX <>
FontselFontsel PRS_FONTSEL <>
PR_FONTSEL ends