Re: Add an include/config.h variable WINE_IS_WIN64 which is 1 whenconfigured with --enable-win64 and 0 otherwise.
"Erik de Castro Lopo" <mle+win(a)mega-nerd.com> 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.
Dmitry Timoshkov wrote:
"Erik de Castro Lopo" <mle+win(a)mega-nerd.com> 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.
participants (2)
-
Dmitry Timoshkov -
Erik de Castro Lopo