Unbreak MSVC build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Francois Pichet 2011-10-04 16:28:07 +00:00
parent 8a567f1fb9
commit 1f121e844f

View File

@ -24,6 +24,10 @@
#include <cstdlib>
#include <cstring>
#ifdef _MSC_VER
#define snprintf _snprintf
#endif
namespace llvm {
typedef std::map<std::string, std::string> TGPPEnvironment;