[BACK]Return to oxMessageTag.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Diff for /OpenXM/src/kan96xx/plugin/oxMessageTag.h between version 1.2 and 1.3

version 1.2, 1999/11/02 09:09:09 version 1.3, 2000/01/19 00:34:53
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/oxMessageTag.h,v 1.2 1999/11/02 09:09:09 takayama Exp $ */
 /* ox_message_tag.h */  /* ox_message_tag.h */
 /* If you add new OX_DATA_your_new_format,  /* If you add new OX_DATA_your_new_format,
    you need to change KSmathCapByStruct() in cmo.c     you need to change KSmathCapByStruct() in cmo.c
 */  */
   
   #define OX_PRIVATE               0x7fff0000
   
 #define OX_COMMAND                   513  #define OX_COMMAND                   513
 #define OX_DATA                      514  #define OX_DATA                      514

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>