changed defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@751
This commit is contained in:
parent
d7066655bc
commit
c131ab0320
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ typedef Bit8u scale2x_uint8;
|
|||
typedef Bit16u scale2x_uint16;
|
||||
typedef Bit32u scale2x_uint32;
|
||||
|
||||
#if !defined(__GNUC__) && !defined(__i386__)
|
||||
#if !defined(__GNUC__) || !defined(__i386__)
|
||||
|
||||
#define SCALE2X_NORMAL 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue