How are we supposed to handle includes from other libs (while compiling Wine) which use FAR?
I don't like the idea of #undef FAR, then #include, then #undef FAR and #define FAR do_not_use_this_in_wine. Somebody have a better idea?
This prevents proper compilation on Fedora Core 1 for now (when openssl is used), because the krb5 includes use FAR.
Vincent