stats: define WIN32_LEAN_AND_MEAN when including windows.h
authorSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 30 Aug 2016 20:15:46 +0000 (20:15 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Tue, 30 Aug 2016 20:15:46 +0000 (20:15 +0000)
commit000b071b07477275c8a1bb36116d8d82f239fd20
tree37bad34916ded3c1449dc571c5c6dd500fb6923b
parent6ca511439dc76342cb7c7bce6f9c151ad8e75fa7
stats: define WIN32_LEAN_AND_MEAN when including windows.h

Reduce the amount of the header that we end up including in the build.  The
additional definitions are not necessary.

llvm-svn: 280146
compiler-rt/lib/stats/stats_client.cc