From 4c0c9ca9e81e148e0e9ed832c2039af810dd7172 Mon Sep 17 00:00:00 2001 From: Olaf Matthes Date: Fri, 1 Dec 2006 16:27:39 +0000 Subject: some more threading related changes, changed some output values from type float to int in Max version svn path=/trunk/externals/io/hidio/; revision=6562 --- hidio.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'hidio.h') diff --git a/hidio.h b/hidio.h index 9461358..eab0cf0 100644 --- a/hidio.h +++ b/hidio.h @@ -35,7 +35,7 @@ typedef void t_clock; #define HIDIO_MAJOR_VERSION 0 #define HIDIO_MINOR_VERSION 0 -/* static char *version = "$Revision: 1.3 $"; */ +/* static char *version = "$Revision: 1.4 $"; */ /*------------------------------------------------------------------------------ * GLOBAL DEFINES @@ -61,8 +61,9 @@ typedef void t_clock; #define REQUEST_OPEN 1 #define REQUEST_READ 2 #define REQUEST_SEND 3 -#define REQUEST_CLOSE 4 -#define REQUEST_QUIT 5 +#define REQUEST_INFO 4 +#define REQUEST_CLOSE 5 +#define REQUEST_QUIT 6 /*------------------------------------------------------------------------------ -- cgit v1.2.1