diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-03-06 16:45:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-03-06 16:45:36 +0100 |
| commit | 6606b7b097ee8a2cafeac4a47954e4bfcda83d79 (patch) | |
| tree | 6bddef2e7e7288ce9905f56f3b047d39096f3fc2 | |
| parent | 5c994ff222970bd374e9b9315dae0dccba904f02 (diff) | |
| download | box64-6606b7b097ee8a2cafeac4a47954e4bfcda83d79.tar.gz box64-6606b7b097ee8a2cafeac4a47954e4bfcda83d79.zip | |
Add more slot to gobject2 callbacks
| -rw-r--r-- | src/wrapped/wrappedgobject2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgobject2.c b/src/wrapped/wrappedgobject2.c index 21c5f20a..95a731d6 100644 --- a/src/wrapped/wrappedgobject2.c +++ b/src/wrapped/wrappedgobject2.c @@ -275,6 +275,9 @@ GO(9) \ GO(10) \ GO(11) \ GO(12) \ +GO(13) \ +GO(14) \ +GO(15) \ #define GO(A) \ static uintptr_t my_copy_fct_##A = 0; \ |