mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-09 07:50:11 +00:00
Prospective windows build fix
This commit is contained in:
parent
94dbe00b70
commit
c4541df175
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ inline vtable::Layout drop_in_place(ComponentRef component)
|
||||||
// so we have a relocation to a function that returns the address we seek. That
|
// so we have a relocation to a function that returns the address we seek. That
|
||||||
// relocation will be resolved to the locally linked stub library, the implementation of
|
// relocation will be resolved to the locally linked stub library, the implementation of
|
||||||
// which will be patched.
|
// which will be patched.
|
||||||
# define SIXTYFPS_GET_ITEM_VTABLE(VTableName) slint::private_api::sixtyfps_get_##VTableName()
|
# define SIXTYFPS_GET_ITEM_VTABLE(VTableName) slint::private_api::slint_get_##VTableName()
|
||||||
# else
|
# else
|
||||||
# define SIXTYFPS_GET_ITEM_VTABLE(VTableName) (&slint::private_api::VTableName)
|
# define SIXTYFPS_GET_ITEM_VTABLE(VTableName) (&slint::private_api::VTableName)
|
||||||
# endif
|
# endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue