[lldb-dev] [patch] Replace some _MSC_VER with _WIN32
Abid, Hafiz
Hafiz_Abid at mentor.com
Tue Mar 11 10:49:11 PDT 2014
http://msdn.microsoft.com/en-us/library/b0084kay.aspx
gives the following definition. So I think we should be OK using it.
_WIN32: Defined for applications for Win32 and Win64. Always defined.
> -----Original Message-----
> From: Greg Clayton [mailto:gclayton at apple.com]
> Sent: 11 March 2014 17:00
> To: Abid, Hafiz
> Cc: lldb-dev at cs.uiuc.edu
> Subject: Re: [lldb-dev] [patch] Replace some _MSC_VER with _WIN32
>
> Is _WIN32 defined for 64 bit windows builds? If so, then this is ok, else this
> will need to change.
>
> On Mar 11, 2014, at 4:43 AM, Abid, Hafiz <Hafiz_Abid at mentor.com> wrote:
>
> > Hi,
> > Here is another patch for mingw. It replaces some _MSC_VER with _WIN32
> so that code currently compiled only for Visual Studio can also be used for
> mingw. Looks good?
> >
> > Regards,
> > Abid
> > <win32.patch>_______________________________________________
> > lldb-dev mailing list
> > lldb-dev at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list