#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:
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
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
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
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();
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
> >
> >
-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
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