pipe.h as well
This commit is contained in:
parent
46b9a380e3
commit
b0d50f4553
@ -1,8 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef _WINDOWS
|
||||
#include "macport.h"
|
||||
#endif
|
||||
#ifdef _APPLE_
|
||||
#include "macport.h"
|
||||
#else
|
||||
#include "linuxport.h"
|
||||
#endif //_APPLE_
|
||||
#endif //_WINDOWS
|
||||
|
||||
|
||||
class Pipe
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user