summaryrefslogtreecommitdiff
path: root/software/include/octtypewin.h
diff options
context:
space:
mode:
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 */