From 41addde379ef49eaa10bd5cb3eabd27532dc09b8 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 19 Jun 2026 18:31:22 +0300 Subject: [PATCH] Fix compilation --- prowizard/rippers/TitanicsPlayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowizard/rippers/TitanicsPlayer.c b/prowizard/rippers/TitanicsPlayer.c index 6792f87e..5cfae4e2 100644 --- a/prowizard/rippers/TitanicsPlayer.c +++ b/prowizard/rippers/TitanicsPlayer.c @@ -104,7 +104,7 @@ int16_t testTitanicsPlayer ( void ) /* With the help of Xigh :) .. thx */ -int cmpint32_t (const void * a, const void * b) +int _cdecl cmpint32_t (const void * a, const void * b) { int32_t * aa = (int32_t *) a; int32_t * bb = (int32_t *) b; -- 2.47.3