浏览代码

wrong typedef - closes #270

Dana Olson 10 年之前
父节点
当前提交
792d675d81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/int_types.h

+ 1 - 1
core/int_types.h

@@ -48,7 +48,7 @@ typedef signed short    int16_t;
 typedef unsigned int    uint32_t;
 typedef signed int      int32_t;
 typedef long long	int64_t;
-typedef unsigned long long int64_t;
+typedef unsigned long long uint64_t;
 #else
 #include <stdint.h>
 #endif