]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix compilation
authorToni Wilen <twilen@winuae.net>
Fri, 19 Jun 2026 15:31:22 +0000 (18:31 +0300)
committerToni Wilen <twilen@winuae.net>
Fri, 19 Jun 2026 15:31:22 +0000 (18:31 +0300)
prowizard/rippers/TitanicsPlayer.c

index 6792f87ec95ddcdb2ec8b62ddf3601dfa4f56b8f..5cfae4e2d80efe5aca1fc7968613c9db8fe109e8 100644 (file)
@@ -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;