================ Comment at: include/clang/AST/Decl.h:1740 @@ +1739,3 @@ + /// point. + bool isMSVCRTEntryPoint() const; + ---------------- Mingw also knows about WinMain, and you can compile just fine with main/WinMain/DllMain (though DllMain has to be explicitly declared extern "C").
http://llvm-reviews.chandlerc.com/D1683 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
