about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedglib2_private.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-09-01 19:06:03 +0200
committerGitHub <noreply@github.com>2024-09-01 19:06:03 +0200
commitea807eda045be675301cea084e311bc4feae17f0 (patch)
treeca1694d3ef543ec65d384b5570f6c4ed05c48fec /src/wrapped/wrappedglib2_private.h
parent36321f809dfe33d26df26de2913aa1df3f8cfa61 (diff)
downloadbox64-ea807eda045be675301cea084e311bc4feae17f0.tar.gz
box64-ea807eda045be675301cea084e311bc4feae17f0.zip
[WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (#1784)
* [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs

* [WRAPPERS] Version bump

* [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds
Diffstat (limited to 'src/wrapped/wrappedglib2_private.h')
-rw-r--r--src/wrapped/wrappedglib2_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedglib2_private.h b/src/wrapped/wrappedglib2_private.h
index 4f06530c..1daf275a 100644
--- a/src/wrapped/wrappedglib2_private.h
+++ b/src/wrapped/wrappedglib2_private.h
@@ -38,7 +38,7 @@ GO(g_ascii_tolower, CFC)
 GO(g_ascii_toupper, CFC)
 GO(g_ascii_xdigit_value, iFC)
 GO(g_assertion_message, vFppipp)
-GO(g_assertion_message_cmpnum, vFppippDpDC)
+GOD(g_assertion_message_cmpnum, vFppippDpDC, my_g_assertion_message_cmpnum)
 GO(g_assertion_message_cmpstr, vFppippppp)
 GO(g_assertion_message_error, vFppipppui)
 GO(g_assertion_message_expr, vFppipp)