|
|
| version 1.2, 2003/10/25 09:08:24 | version 1.3, 2004/03/02 23:23:06 |
|---|---|
| Line 23 enum { | Line 23 enum { |
| COMMSG_USER | COMMSG_USER |
| }; | }; |
| enum { | |
| COMSIG_COM1 = 0x314d4f43, | |
| COMSIG_COM2 = 0x324d4f43, | |
| COMSIG_COM3 = 0x334d4f43, | |
| COMSIG_COM4 = 0x344d4f43, | |
| COMSIG_MIDI = 0x4944494d | |
| }; | |
| enum { | |
| COMMSG_MIMPIDEFFILE = COMMSG_USER, | |
| COMMSG_MIMPIDEFEN | |
| }; | |
| struct _commng; | struct _commng; |
| typedef struct _commng _COMMNG; | typedef struct _commng _COMMNG; |
| typedef struct _commng *COMMNG; | typedef struct _commng *COMMNG; |