From 95b15971584cbfdad533411bcb8d8cec82e996fa Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 23 Jul 2013 02:12:52 +0200 Subject: removed POSIX, now having dedicated Linux and MAC OS-X ports --- include/gos/gos.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/gos/gos.h') diff --git a/include/gos/gos.h b/include/gos/gos.h index 32e0b654..cf143ded 100644 --- a/include/gos/gos.h +++ b/include/gos/gos.h @@ -431,8 +431,10 @@ #include "gos/chibios.h" #elif GFX_USE_OS_WIN32 #include "gos/win32.h" -#elif GFX_USE_OS_POSIX - #include "gos/posix.h" +#elif GFX_USE_OS_LINUX + #include "gos/linux.h" +#elif GFX_USE_OS_OSX + #include "gos/osx.h" #else #error "Your operating system is not supported yet" #endif -- cgit v1.2.3