Remove mail IPC subsystsem
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _STREAMS_H
|
||||
#define _STREAMS_H
|
||||
|
||||
#define STREAM_IN 1
|
||||
#define STREAM_OUT 2
|
||||
#define STREAM_IN 0
|
||||
#define STREAM_OUT 1
|
||||
|
||||
#endif // _STREAMS_H
|
||||
|
||||
Reference in New Issue
Block a user