Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Windows: TMP and TEMP environment variables specify a temporary directory.
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 624b32d1f404229efcbc0e229703e874e6275fdf..a87cc9679cd32dea102034348f77abb6e12e0113 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-145,6
+145,9
@@
int mingw_open (const char *filename, int oflags, ...);
char *mingw_getcwd(char *pointer, int len);
#define getcwd mingw_getcwd
+char *mingw_getenv(const char *name);
+#define getenv mingw_getenv
+
struct hostent *mingw_gethostbyname(const char *host);
#define gethostbyname mingw_gethostbyname