From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- frontend/common/posix.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 frontend/common/posix.h (limited to 'frontend/common/posix.h') diff --git a/frontend/common/posix.h b/frontend/common/posix.h deleted file mode 100644 index 33ca96c..0000000 --- a/frontend/common/posix.h +++ /dev/null @@ -1,23 +0,0 @@ -/* define POSIX stuff: dirent, scandir, getcwd, mkdir */ -#if defined(__linux__) || defined(__MINGW32__) - -#include -#include -#include -#include - -#ifdef __MINGW32__ -#warning hacks! -#define mkdir(pathname,mode) mkdir(pathname) -#define d_type d_ino -#define DT_REG 0 -#define DT_DIR 0 -#endif - -#else - -#error "must provide posix" - -#endif - - -- cgit v1.2.3