mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 19:31:13 +00:00
Unbreak MSVC build.
llvm-svn: 141093
This commit is contained in:
parent
b0f6751041
commit
50aba138ef
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user