summaryrefslogtreecommitdiff
path: root/wince/dummy.c
diff options
context:
space:
mode:
authorSimon Howard2009-09-07 19:43:04 +0000
committerSimon Howard2009-09-07 19:43:04 +0000
commitbe3bba2a1cf9551778683e25f61bffc7c187f93c (patch)
treef015353db36d7609953270140b41a91e460d7278 /wince/dummy.c
parent0de7210f96259b4bc6850d4119e8069e31c4a14c (diff)
downloadchocolate-doom-be3bba2a1cf9551778683e25f61bffc7c187f93c.tar.gz
chocolate-doom-be3bba2a1cf9551778683e25f61bffc7c187f93c.tar.bz2
chocolate-doom-be3bba2a1cf9551778683e25f61bffc7c187f93c.zip
Fix compilation under MacOS X.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1659
Diffstat (limited to 'wince/dummy.c')
-rw-r--r--wince/dummy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/wince/dummy.c b/wince/dummy.c
new file mode 100644
index 00000000..68af0caa
--- /dev/null
+++ b/wince/dummy.c
@@ -0,0 +1,8 @@
+
+// Dummy source file so that the Windows CE workaround library is
+// not empty. Some platforms don't like empty libraries.
+
+void DummyWindowsCEFunction(void)
+{
+}
+