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 /pcsound | |
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 'pcsound')
-rw-r--r-- | pcsound/pcsound.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pcsound/pcsound.c b/pcsound/pcsound.c index 529349ef..e7b50f0c 100644 --- a/pcsound/pcsound.c +++ b/pcsound/pcsound.c @@ -27,10 +27,6 @@ #include <stdlib.h> #include <string.h> -#ifdef _WIN32_WCE -#include "libc_wince.h" -#endif - #include "config.h" #include "pcsound.h" #include "pcsound_internal.h" |