summaryrefslogtreecommitdiff
path: root/software/include/octtypewin.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2006-07-25 11:19:46 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:07:44 +0200
commit87350ddeca199ccf385dd52416d715b649659724 (patch)
treeb2a986fa012c1028d6b7a9b7856e3b94da42733d /software/include/octtypewin.h
parent5275491c82eaa56efb4e7a48270c9e39fe60ac87 (diff)
importing OCT612x-01.00-PR43
Diffstat (limited to 'software/include/octtypewin.h')
-rw-r--r--software/include/octtypewin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/software/include/octtypewin.h b/software/include/octtypewin.h
index 0d7b32a..3456db3 100644
--- a/software/include/octtypewin.h
+++ b/software/include/octtypewin.h
@@ -23,9 +23,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-PR42 $
+$Octasic_Release: OCT612xAPI-01.00-PR43 $
-$Octasic_Revision: 14 $
+$Octasic_Revision: 16 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -56,11 +56,13 @@ typedef signed short *PINT16;
/* 8-bit integer */
typedef unsigned char UINT8;
typedef signed char INT8;
+typedef signed char OCT_INT8;
typedef unsigned char *PUINT8;
typedef signed char *PINT8;
typedef double DOUBLE;
+
/* 32 bit integer */
#if ( defined( _MSC_VER ) && _MSC_VER == 1100 )
/* MFC5 compiler does not define UINT32 */