Update of /cvsroot/opengtoolkit/portIO/c_source
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv478
Modified Files:
ogportio.h
Log Message:
Bugfix in direct memory and port access
Index: ogportio.h
===================================================================
RCS file: /cvsroot/opengtoolkit/portIO/c_source/ogportio.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ogportio.h 10 Mar 2004 12:44:54 -0000 1.2
--- ogportio.h 15 Nov 2008 21:45:02 -0000 1.3
***************
*** 23,27 ****
#define OGPORTIO_NAME "\\\\.\\OGPortIO"
! #define OGPORTIO_VERSION 0x0102
#define OGPORTIO_TYPE 43210 /* 32768-65535 are reserved for customers */
--- 23,27 ----
#define OGPORTIO_NAME "\\\\.\\OGPortIO"
! #define OGPORTIO_VERSION 0x0103
#define OGPORTIO_TYPE 43210 /* 32768-65535 are reserved for customers */
|