forked from OSchip/llvm-project
Windows Fix: added inttypes.h. Introduces macro redefinition warnings due to LLVM itself externally defining the PRI macros, but now builds on vs2013.
llvm-svn: 207100
This commit is contained in:
parent
7afc6b2c72
commit
dabdca14f3
|
@ -45,6 +45,7 @@ char* realpath(const char * name, char * resolved);
|
|||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <io.h>
|
||||
typedef unsigned short mode_t;
|
||||
|
|
Loading…
Reference in New Issue