From: Toni Wilen Date: Fri, 19 Jun 2026 15:31:22 +0000 (+0300) Subject: Fix compilation X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=41addde379ef49eaa10bd5cb3eabd27532dc09b8;p=francis%2Fwinuae.git Fix compilation --- 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;