From 433987eb1e7f7efdb55c2d6fc50f29d73c83aed0 Mon Sep 17 00:00:00 2001 From: Octasic Inc Date: Wed, 11 Jul 2007 17:37:40 +0300 Subject: importing OCT612x-01.00-PR48 --- software/include/octtypevx.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'software/include/octtypevx.h') diff --git a/software/include/octtypevx.h b/software/include/octtypevx.h index 7f8ebe1..a5e9d55 100644 --- a/software/include/octtypevx.h +++ b/software/include/octtypevx.h @@ -2,7 +2,7 @@ File: octtypevx.h - Copyright (c) 2001-2006 Octasic Inc. + Copyright (c) 2001-2007 Octasic Inc. Description: @@ -22,9 +22,9 @@ You should have received a copy of the GNU General Public License along with the OCT6100 GPL API; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. -$Octasic_Release: OCT612xAPI-01.00-PR47 $ +$Octasic_Release: OCT612xAPI-01.00-PR48 $ -$Octasic_Revision: 8 $ +$Octasic_Revision: 9 $ \*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/ @@ -54,7 +54,8 @@ typedef INT32 * PINT32; typedef UINT32 * PUINT32; /* Long integer pointer */ -#ifndef DATATYPE_H /*Intel library for file system definition*/ +/*Intel library for file system definition*/ +#ifndef DATATYPE_H typedef long LONG; #endif typedef long * PLONG; @@ -74,7 +75,8 @@ typedef char BYTE; typedef BYTE * PBYTE; /* Character and strings */ -#ifndef DATATYPE_H /*Intel library for file system definition*/ +/*Intel library for file system definition*/ +#ifndef DATATYPE_H typedef char CHAR; #endif typedef char * PCHAR; -- cgit v1.2.3