diff --git a/glide2x/cvg/glide/src/ditex.c b/glide2x/cvg/glide/src/ditex.c index ba02127..da93f72 100644 --- a/glide2x/cvg/glide/src/ditex.c +++ b/glide2x/cvg/glide/src/ditex.c @@ -663,9 +663,9 @@ GR_DIENTRY(grTexDownloadMipMapLevel, void, FxU16 rle_line[256]; FxU16 *rle_line_end; -#if (GLIDE_PLATFORM & (GLIDE_OS_WIN32 | GLIDE_OS_MACOS | GLIDE_OS_UNIX)) +#if (GLIDE_PLATFORM & (GLIDE_OS_WIN32 | GLIDE_OS_MACOS | GLIDE_OS_UNIX)) || defined(__DJGPP__) void rle_decode_line_asm(FxU16 *tlut,FxU8 *src,FxU16 *dest) { /* don't do anything just shut up the compiler */ } -#endif /* (GLIDE_PLATFORM & (GLIDE_OS_WIN32 | GLIDE_OS_MACOS)) */ +#endif diff --git a/glide2x/h3/glide/src/ditex.c b/glide2x/h3/glide/src/ditex.c index 7ba7401..e66325c 100644 --- a/glide2x/h3/glide/src/ditex.c +++ b/glide2x/h3/glide/src/ditex.c @@ -687,9 +687,9 @@ GR_DIENTRY(grTexDownloadMipMapLevel, void, FxU16 rle_line[256]; FxU16 *rle_line_end; -#if (GLIDE_PLATFORM & (GLIDE_OS_WIN32 | GLIDE_OS_MACOS | defined(__linux__))) +#if (GLIDE_PLATFORM & (GLIDE_OS_WIN32 | GLIDE_OS_MACOS | GLIDE_OS_UNIX)) || defined(__DJGPP__) void rle_decode_line_asm(FxU16 *tlut,FxU8 *src,FxU16 *dest) { /* don't do anything just shut up the compiler */ } -#endif /* (GLIDE_PLATFORM & (GLIDE_OS_WIN32 | GLIDE_OS_MACOS)) */ +#endif