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.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/software/include/octtypewin.h b/software/include/octtypewin.h
index 15b42c1..6625605 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-PR40 $
+$Octasic_Release: OCT612xAPI-01.00-PR41 $
-$Octasic_Revision: 13 $
+$Octasic_Revision: 14 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -76,6 +76,12 @@ typedef UINT32 * PUINT32;
#define ULLONG unsigned __int64
#define PULLONG unsigned __int64 *
+/* Double integers */
+typedef double DOUBLE;
+typedef double * PDOUBLE;
+typedef float FLOAT;
+typedef float * PFLOAT;
+
#ifndef OPT
#define OPT /* OPT param */
#endif