"Erik de Castro Lopo" mle+win@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 Timoshkov wrote:
"Erik de Castro Lopo" mle+win@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