wrowe 00/12/04 16:14:59
Modified: include apr.hw
Log:
More goodness for win32 to accomodate msvc badness
Revision Changes Path
1.40 +6 -0 apr/include/apr.hw
Index: apr.hw
===================================================================
RCS file: /home/cvs/apr/include/apr.hw,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- apr.hw 2000/12/04 23:42:07 1.39
+++ apr.hw 2000/12/05 00:14:59 1.40
@@ -278,5 +278,11 @@
char* iov_base;
int iov_len;
};
+
+/* Nasty Win32 .h ommissions we really need */
+#define STDIN_FILENO 0
+#define STDOUT_FILENO 1
+#define STDERR_FILENO 2
+
#endif /* APR_H */
#endif /* WIN32 */