Re: [Mingw-w64-public] to test for MinGW64

2013-10-16 Thread Jon
#ifdef HAVE_WINDOWS_H > do this > #else > do that > #endif > > > > 2013/10/16 Incongruous > >> Thanks everyone. >> >> *From:* Incongruous >> *Sent:* Tuesday, October 15, 2013 6:06 AM >> *To:* MinGW-64 Mailinglist >> *Subject:

Re: [Mingw-w64-public] to test for MinGW64

2013-10-16 Thread Edscott Wilson
October 15, 2013 6:06 AM > *To:* MinGW-64 Mailinglist > *Subject:* [Mingw-w64-public] to test for MinGW64 > > I would like to test for MinGW64 to include or exclude some code; > something like: > #ifdef MinGW64 > doThis(); > #endif > #ifdef __MSV__ > doSomt

Re: [Mingw-w64-public] to test for MinGW64

2013-10-16 Thread Incongruous
Thanks everyone. From: Incongruous Sent: Tuesday, October 15, 2013 6:06 AM To: MinGW-64 Mailinglist Subject: [Mingw-w64-public] to test for MinGW64 I would like to test for MinGW64 to include or exclude some code; something like: #ifdef MinGW64 doThis(); #endif #ifdef __MSV__ doSomthingElse

Re: [Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Ruben Van Boxem
2013/10/15 Jon > > > > On Tue, Oct 15, 2013 at 7:23 AM, Ruben Van Boxem > wrote: > >> 2013/10/15 LRN >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 15.10.2013 14:06, Incongruous wrote: >>> > I would like to test for MinGW64 to include or exclude some code; >>> something lik

Re: [Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Jon
On Tue, Oct 15, 2013 at 7:23 AM, Ruben Van Boxem wrote: > 2013/10/15 LRN > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 15.10.2013 14:06, Incongruous wrote: >> > I would like to test for MinGW64 to include or exclude some code; >> something like: >> > #ifdef MinGW64 >> > doThis();

Re: [Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Ruben Van Boxem
2013/10/15 LRN > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 15.10.2013 14:06, Incongruous wrote: > > I would like to test for MinGW64 to include or exclude some code; > something like: > > #ifdef MinGW64 > > doThis(); > > #endif > > #ifdef __MSV__ > > doSomthingElse > > #endif > > > >

Re: [Mingw-w64-public] to test for MinGW64

2013-10-15 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15.10.2013 14:06, Incongruous wrote: > I would like to test for MinGW64 to include or exclude some code; something > like: > #ifdef MinGW64 > doThis(); > #endif > #ifdef __MSV__ > doSomthingElse > #endif > > is this possible? > #ifdef __MINGW64_V

[Mingw-w64-public] to test for MinGW64

2013-10-15 Thread Incongruous
I would like to test for MinGW64 to include or exclude some code; something like: #ifdef MinGW64 doThis(); #endif #ifdef __MSV__ doSomthingElse #endif is this possible? tia -- October Webinars: Code for Performance Free