summaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
authortwinaphex2014-07-14 04:54:52 +0200
committertwinaphex2014-07-14 04:54:52 +0200
commit3af92d87a1a47c1291b5e04f1d12f84066ec248e (patch)
tree2b74ba679454c068e2266307a2cd2431a77a398e /gui.c
parent093a70482f693c179e3646c512acf649ebcebc37 (diff)
downloadpicogpsp-3af92d87a1a47c1291b5e04f1d12f84066ec248e.tar.gz
picogpsp-3af92d87a1a47c1291b5e04f1d12f84066ec248e.tar.bz2
picogpsp-3af92d87a1a47c1291b5e04f1d12f84066ec248e.zip
Take out Windows CE code
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui.c b/gui.c
index 40b07e4..d97b0a2 100644
--- a/gui.c
+++ b/gui.c
@@ -19,15 +19,11 @@
#include "common.h"
#include "font.h"
-#ifndef _WIN32_WCE
-
#include <sys/stat.h>
#include <unistd.h>
#include <ctype.h>
#include <dirent.h>
-#endif
-
#define MAX_PATH 1024
// Blatantly stolen and trimmed from MZX (megazeux.sourceforge.net)