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:[email protected]] > Sent: 11 March 2014 17:00 > To: Abid, Hafiz > Cc: [email protected] > 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 <[email protected]> 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 > > [email protected] > > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
