summaryrefslogtreecommitdiff
path: root/software/include/octtypevx.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/octtypevx.h')
-rw-r--r--software/include/octtypevx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/software/include/octtypevx.h b/software/include/octtypevx.h
index e8db2ad..e8936c5 100644
--- a/software/include/octtypevx.h
+++ b/software/include/octtypevx.h
@@ -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-PR42 $
+$Octasic_Release: OCT612xAPI-01.00-PR43 $
-$Octasic_Revision: 6 $
+$Octasic_Revision: 8 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -80,6 +80,7 @@ typedef char CHAR;
typedef char * PCHAR;
typedef CHAR SZ;
typedef CHAR * PSZ;
+typedef signed char OCT_INT8;
/* Double integers */
typedef double DOUBLE;