aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/gos.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-23 02:12:52 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-23 02:12:52 +0200
commit95b15971584cbfdad533411bcb8d8cec82e996fa (patch)
tree00419752eca307675f54c7f5d686fc799ec09af2 /include/gos/gos.h
parent3eb2f4bb976a42e3a5e2cd3933400d9d3c20c82c (diff)
downloaduGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.tar.gz
uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.tar.bz2
uGFX-95b15971584cbfdad533411bcb8d8cec82e996fa.zip
removed POSIX, now having dedicated Linux and MAC OS-X ports
Diffstat (limited to 'include/gos/gos.h')
-rw-r--r--include/gos/gos.h6
1 files changed, 4 insertions, 2 deletions
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