summaryrefslogtreecommitdiff
path: root/wince/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'wince/env.h')
-rw-r--r--wince/env.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/wince/env.h b/wince/env.h
new file mode 100644
index 00000000..d91f3fab
--- /dev/null
+++ b/wince/env.h
@@ -0,0 +1,17 @@
+//
+// "Extension" implementation of getenv for Windows CE.
+//
+// I (Simon Howard) release this file to the public domain.
+//
+
+#ifndef WINCE_ENV_H
+#define WINCE_ENV_H
+
+// SDL provides an implementation of getenv/putenv:
+
+#include "SDL_getenv.h"
+
+extern void PopulateEnvironment(void);
+
+#endif /* #ifndef WINCE_ENV_H */
+