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
* Vincent Béron wrote: | This prevents proper compilation on Fedora Core 1 for now (when openssl | is used), because the krb5 includes use FAR.
This is the same as I filed in bz a couple of days ago; please close that report when a "proper" fix is done ;-) For now I use the same type of workaround... http://bugs.winehq.com/show_bug.cgi?id=1827