2024-02-27 15:03:01 +01:00
|
|
|
# settings are opaque, ignore all changes
|
|
|
|
|
[suppress_type]
|
|
|
|
|
type_kind = struct
|
|
|
|
|
name = rdp_settings
|
|
|
|
|
|
|
|
|
|
# allow insertions at end of structs
|
|
|
|
|
[suppress_type]
|
|
|
|
|
type_kind = struct
|
|
|
|
|
has_data_members_inserted_at = end
|
2024-09-20 11:11:08 +02:00
|
|
|
|
|
|
|
|
# winpr_strerror did use unsigned instead of signed int as argument
|
|
|
|
|
[suppress_function]
|
2025-01-01 18:20:00 +01:00
|
|
|
change_kind = function-subtype-change
|
2024-09-20 11:11:08 +02:00
|
|
|
name = winpr_strerror
|
2025-01-01 18:20:00 +01:00
|
|
|
|
|
|
|
|
# NtStatus2Tag did use unsigned instead of signed NTSTATUS as argument
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = NtStatus2Tag
|
|
|
|
|
|
|
|
|
|
# rdpdr_write_iocompletion_header did use unsigned instead of signed NTSTATUS as argument
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = rdpdr_write_iocompletion_header
|
|
|
|
|
|
|
|
|
|
# smartcard_irp_device_control_call did use unsigned instead of signed NTSTATUS as argument
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = smartcard_irp_device_control_call
|
|
|
|
|
|
2025-01-13 10:43:05 +01:00
|
|
|
# freerdp_passphrase_read did not return const char* but char*
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = freerdp_passphrase_read
|
2025-01-18 14:39:32 -07:00
|
|
|
|
|
|
|
|
# freerdp_settings_get_uint32 subtype change (delete MonitorLocalShift[XY]
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = freerdp_settings_get_uint32
|
2025-01-18 14:45:52 -07:00
|
|
|
|
|
|
|
|
# freerdp_settings_set_uint32 subtype change (delete MonitorLocalShift[XY]
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = freerdp_settings_set_uint32
|
2025-02-12 10:41:17 +01:00
|
|
|
|
2025-02-25 17:54:50 +01:00
|
|
|
# gdi_graphics_pipeline_init_ex subtype change (__uint32 to uint32_t)
|
2025-02-12 10:41:17 +01:00
|
|
|
[suppress_function]
|
2025-02-25 17:54:50 +01:00
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = gdi_graphics_pipeline_init_ex
|
2025-03-10 17:26:21 +01:00
|
|
|
|
|
|
|
|
# msusb_msconfig_dump did use MSUSB_CONFIG_DESCRIPTOR* instead of const MSUSB_CONFIG_DESCRIPTOR*
|
|
|
|
|
[suppress_function]
|
|
|
|
|
change_kind = function-subtype-change
|
|
|
|
|
name = msusb_msconfig_dump
|
|
|
|
|
|