Re: Compile Bug: dlls/wininet/cookie.c .. and its cause

2003-11-24 Thread Alexandre Julliard
Ivan Gyurdiev <[EMAIL PROTECTED]> writes: > I have no clue what the FAR macro does, but wouldn't it be better to > just rename the wine FAR macro to something different if you dont want > it to conflict w/ the other FAR macro? It's a Windows thing, we can't change it. -- Alexandre Julliard [EMA

Re: Compile Bug: dlls/wininet/cookie.c .. and its cause

2003-11-24 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > Attached is the patch I propose, although I'm not sure if Alexandre > likes it. Sure, that's OK. A slightly cleaner way would be to make sure we include ssl.h before any Windows header, but your solution is perfectly acceptable. -- Alexandre Julliard

Re: Compile Bug: dlls/wininet/cookie.c .. and its cause

2003-11-23 Thread Vincent Béron
Le sam 22/11/2003 à 17:23, Ivan Gyurdiev a écrit : > Macro __WINESRC__ is defined for dlls/wininet/cookie.c in the Makefile. > The file cookie.c includes wine/debug.h. > wine/debug.h includes windef.h. > windef.h defines the macro FAR to __ONLY_IN_WINELIB() > __ONLY_IN_WINELIB() defines to do_not_u

Compile Bug: dlls/wininet/cookie.c .. and its cause

2003-11-22 Thread Ivan Gyurdiev
Macro __WINESRC__ is defined for dlls/wininet/cookie.c in the Makefile. The file cookie.c includes wine/debug.h. wine/debug.h includes windef.h. windef.h defines the macro FAR to __ONLY_IN_WINELIB() __ONLY_IN_WINELIB() defines to do_not_use_this_in_wine if __WINESRC__ The file dlls/wininet/cookie.c