Avoid FAR redefinition

This is partial cherry-pick of e1fdd3f3d9a0a065eb27c8bc176f51a47e43e412
from the main repository.
This commit is contained in:
Julian Smart 2000-03-17 09:19:37 +00:00 committed by Vadim Zeitlin
parent f964314af1
commit 27a3c49154

View File

@ -220,8 +220,10 @@ typedef unsigned int JDIMENSION;
#ifdef NEED_FAR_POINTERS #ifdef NEED_FAR_POINTERS
#define FAR far #define FAR far
#else #else
#ifndef FAR
#define FAR #define FAR
#endif #endif
#endif
/* /*