awson added a comment.

You don't need #define VC_EXTRA_LEAN since:

1. VC_EXTRA_LEAN is a mistype, only VC_EXTRALEAN has some meaning in Windows 
ecosystem;
2. VC_EXTRALEAN is used *only* in MFC headers which obviously aren't used in 
clang codebase.

Thus it would be better to remove this altogether, and (perhaps) replace with 
the relevant #define WIN32_LEAN_AND_MEAN.


Repository:
  rL LLVM

https://reviews.llvm.org/D28220



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to