And I really hate line endings.

llvm-svn: 120821
This commit is contained in:
Michael J. Spencer 2010-12-03 18:04:11 +00:00
parent 6025247132
commit 521c321d7c
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@
#include <sys/types.h>
// MinGW doesn't define this.
#ifndef _ERRNO_T_DEFINED
#define _ERRNO_T_DEFINED
typedef int errno_t;
#ifndef _ERRNO_T_DEFINED
#define _ERRNO_T_DEFINED
typedef int errno_t;
#endif
using namespace llvm;