From b0d50f45535d6d0be1dca168a4eea73e699f7b15 Mon Sep 17 00:00:00 2001 From: Cheat Engine Date: Fri, 3 Mar 2023 10:27:02 +0100 Subject: [PATCH] pipe.h as well --- Cheat Engine/Common/Pipe.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Cheat Engine/Common/Pipe.h b/Cheat Engine/Common/Pipe.h index f44572a5..7b733a4f 100755 --- a/Cheat Engine/Common/Pipe.h +++ b/Cheat Engine/Common/Pipe.h @@ -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 {