|
Message-ID: <26fefa4162f6b054228657f6ea740e39@smtp.hushmail.com> Date: Wed, 28 Mar 2012 20:03:38 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: [Suspected Junk Mail] Re: Compile john in Windows 64 bits On 03/28/2012 05:12 PM, Alain Espinosa wrote: > On 3/16/12, magnum >> I don't use Windows ever but the other issue should be easy. Could you paste the >> output of this (obviously from that same build environment): >> >> gcc -dM -E -x c /dev/null >> >> There should be macros in there we could use for picking a valid >> OS_TIMER value (and perhaps for fixing the DES issue too). > > Attached output. > > saludos, > alain Thanks, this is good for future use. For now I suppose we can use __MINGW64__ for setting OS_TIMER to 0. We'll also need to investigate the current use of __MINGW32__ as this is set here too, but most uses are probably just fine. Not sure how to handle the 32-bit longs. magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.