2014-05-19 21:59 GMT+02:00 André Hentschel <[email protected]>: > Please review, i'll commit it.
Beside one nit, patch looks of to me. Please use instead of: '#if defined(__x86_64__) || defined(_X86_) || defined(__arm__)' the guard of: '#if defined(__x86_64__) || defined (_AMD64_) || defined (__i386__) || defined(_X86_) || defined(__arm__) || defined (_ARM_)' We should always check for both variants. Cheers, Kai ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
