diff options
author | Simon Howard | 2013-08-11 17:32:29 +0000 |
---|---|---|
committer | Simon Howard | 2013-08-11 17:32:29 +0000 |
commit | 63acb55b18f024db74fd9a7eedbf3137922630c4 (patch) | |
tree | 625c361f74f661ab3448f165d8bcc0b154379292 /src/setup | |
parent | b1d51276a264849ded93ce943eb0283c1f4f1aba (diff) | |
download | chocolate-doom-63acb55b18f024db74fd9a7eedbf3137922630c4.tar.gz chocolate-doom-63acb55b18f024db74fd9a7eedbf3137922630c4.tar.bz2 chocolate-doom-63acb55b18f024db74fd9a7eedbf3137922630c4.zip |
Remove Windows CE support.
What support exists is for obsolete devices I no longer possess; I've
never been contacted about the port and it's been several years since
I even bothered to build a new version. All the extra overrides are
clutter that can just be removed.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2615
Diffstat (limited to 'src/setup')
-rw-r--r-- | src/setup/display.c | 4 | ||||
-rw-r--r-- | src/setup/execute.c | 4 | ||||
-rw-r--r-- | src/setup/mainmenu.c | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/setup/display.c b/src/setup/display.c index d22cc67b..e988e36f 100644 --- a/src/setup/display.c +++ b/src/setup/display.c @@ -22,10 +22,6 @@ #include <stdlib.h> #include <string.h> -#ifdef _WIN32_WCE -#include "libc_wince.h" -#endif - #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> diff --git a/src/setup/execute.c b/src/setup/execute.c index 96a14fae..57fe71c3 100644 --- a/src/setup/execute.c +++ b/src/setup/execute.c @@ -28,10 +28,6 @@ #include <sys/types.h> -#if defined(_WIN32_WCE) -#include "libc_wince.h" -#endif - #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN diff --git a/src/setup/mainmenu.c b/src/setup/mainmenu.c index be4b0999..74e77fd5 100644 --- a/src/setup/mainmenu.c +++ b/src/setup/mainmenu.c @@ -23,10 +23,6 @@ #include <stdlib.h> #include <string.h> -#ifdef _WIN32_WCE -#include "libc_wince.h" -#endif - #include "config.h" #include "textscreen.h" |