Avoid FAR redefinition
This is partial cherry-pick of e1fdd3f3d9a0a065eb27c8bc176f51a47e43e412 from the main repository.
This commit is contained in:
parent
f964314af1
commit
27a3c49154
@ -220,8 +220,10 @@ typedef unsigned int JDIMENSION;
|
||||
#ifdef NEED_FAR_POINTERS
|
||||
#define FAR far
|
||||
#else
|
||||
#ifndef FAR
|
||||
#define FAR
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user