- Applied Blzut3's patch to compile with MinGW.

This commit is contained in:
drfrag666 2018-06-18 14:16:47 +02:00 committed by Christoph Oelckers
parent 9a4ae6eb80
commit b38e67a53d
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ static unsigned char *hqNxAsmHelper( void (*hqNxFunction) ( int*, unsigned char*
}
#endif
static unsigned char *hqNxHelper( void (*hqNxFunction) ( unsigned*, unsigned*, int, int ),
static unsigned char *hqNxHelper( void (HQX_CALLCONV *hqNxFunction) ( unsigned*, unsigned*, int, int ),
const int N,
unsigned char *inputBuffer,
const int inWidth,