summaryrefslogtreecommitdiff
path: root/wince/env.h
diff options
context:
space:
mode:
authorSimon Howard2009-06-12 00:23:33 +0000
committerSimon Howard2009-06-12 00:23:33 +0000
commit0f5de61b743fdf05335436c1c71b4b488870483f (patch)
tree43eca2de9916341a75148e681e73fff20299d9e8 /wince/env.h
parentec03448333ca4c1d996dcb2b9c9ac01522a271bd (diff)
parent43748a366a4bc5494c15995273bfe158530e03de (diff)
downloadchocolate-doom-0f5de61b743fdf05335436c1c71b4b488870483f.tar.gz
chocolate-doom-0f5de61b743fdf05335436c1c71b4b488870483f.tar.bz2
chocolate-doom-0f5de61b743fdf05335436c1c71b4b488870483f.zip
Merge from trunk.
Subversion-branch: /branches/raven-branch Subversion-revision: 1596
Diffstat (limited to 'wince/env.h')
-rw-r--r--wince/env.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wince/env.h b/wince/env.h
index d91f3fab..96805c31 100644
--- a/wince/env.h
+++ b/wince/env.h
@@ -11,6 +11,13 @@
#include "SDL_getenv.h"
+#ifndef getenv
+#define getenv SDL_getenv
+#endif
+#ifndef putenv
+#define putenv SDL_putenv
+#endif
+
extern void PopulateEnvironment(void);
#endif /* #ifndef WINCE_ENV_H */