From c15f428cef737e093cafa78f806c6ffc0ccee60c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Feb 2008 14:34:53 +0000 Subject: minor changes code cleanups --- datatypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'datatypes.h') diff --git a/datatypes.h b/datatypes.h index a23015b..481c603 100644 --- a/datatypes.h +++ b/datatypes.h @@ -40,8 +40,8 @@ typedef unsigned short u_int16_t; typedef signed int int32; typedef unsigned int u_int32_t; -//typedef signed long long int64_t; -//typedef unsigned long long u_int64_t; +typedef signed long long int64_t; +typedef unsigned long long u_int64_t; typedef u_int32_t window_size_t; -- cgit v1.2.3