[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in
Jeff Cohen
jeffc at jolt-lang.org
Wed Dec 8 21:51:22 PST 2004
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.16 -> 1.17
---
Log message:
Fix residual Visual Studio build problems
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/include/llvm/Support/DataTypes.h.in:1.16 llvm/include/llvm/Support/DataTypes.h.in:1.17
--- llvm/include/llvm/Support/DataTypes.h.in:1.16 Wed Nov 3 11:15:45 2004
+++ llvm/include/llvm/Support/DataTypes.h.in Wed Dec 8 23:51:11 2004
@@ -66,6 +66,7 @@
#else /* _MSC_VER */
// Visual C++ doesn't provide standard integer headers, but it does provide
// built-in data types.
+#include <stddef.h>
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef signed int int32_t;
More information about the llvm-commits
mailing list