From b38e67a53ddb07ffad696adc0780ec9589c7c7f4 Mon Sep 17 00:00:00 2001 From: drfrag666 Date: Mon, 18 Jun 2018 14:16:47 +0200 Subject: [PATCH] - Applied Blzut3's patch to compile with MinGW. --- src/textures/hires/hqresize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textures/hires/hqresize.cpp b/src/textures/hires/hqresize.cpp index 9c176974d..eb121ced8 100644 --- a/src/textures/hires/hqresize.cpp +++ b/src/textures/hires/hqresize.cpp @@ -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,