This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 64 bit Cygwin target and _WIN64


On Jul 18 17:09, Corinna Vinschen wrote:
> Mingw64 has already a header called _cygwin.h which is indirectly
> included if a Cygwin project includes any Windows header.  It's no
> problem to add
> 
>   #ifdef __CYGWIN64__

or, FWIW,

    #ifdef __x86_64__
>   #define _WIN64
>   #endif


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]