summaryrefslogtreecommitdiff
path: root/wince/env.h
diff options
context:
space:
mode:
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 */