Merge branch 'master' into modern
This commit is contained in:
commit
c8db149c06
9 changed files with 56 additions and 8 deletions
|
|
@ -24,6 +24,12 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "w_wad.h"
|
||||
#include "m_png.h"
|
||||
#include "sbar.h"
|
||||
|
|
@ -32,7 +38,6 @@
|
|||
#include "bitmap.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#define _access(a,b) access(a,b)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue