Re: Add an include/config.h variable WINE_IS_WIN64 which is 1 whenconfigured with --enable-win64 and 0 otherwise.

2008-04-24 Thread Erik de Castro Lopo
Dmitry Timoshkov wrote:

> "Erik de Castro Lopo" <[EMAIL PROTECTED]> wrote:
> 
> > Add an include/config.h variable WINE_IS_WIN64 which is 1 when
> > configured with --enable-win64 and 0 otherwise.
> 
> It would be helpful to at least provide an explanation why yo need
> this, and why _WIN64 macro is not enough.

You are right, _WIN64 is sufficient.

Erik
-- 
-
Erik de Castro Lopo
-
A good debugger is no substitute for a good test suite.




Re: Add an include/config.h variable WINE_IS_WIN64 which is 1 whenconfigured with --enable-win64 and 0 otherwise.

2008-04-24 Thread Dmitry Timoshkov
"Erik de Castro Lopo" <[EMAIL PROTECTED]> wrote:

> Add an include/config.h variable WINE_IS_WIN64 which is 1 whenconfigured with 
> --enable-win64 and 0 otherwise.

It would be helpful to at least provide an explanation why yo need
this, and why _WIN64 macro is not enough.

-- 
Dmitry.