OSDN Git Service

* include/stdio.h (P_tmpdir): Add define.
authordannysmith <dannysmith>
Thu, 6 Jan 2005 11:10:58 +0000 (11:10 +0000)
committerdannysmith <dannysmith>
Thu, 6 Jan 2005 11:10:58 +0000 (11:10 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/stdio.h

index 2000965..6ff3c96 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-06  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/stdio.h (P_tmpdir): Add define.
+
 2005-01-03  Earnie Boyd  <earnie@users.sf.net>
 
        * Makefile.in (inst_docdir): For Cygwin target set to share/doc/.
index 9b53fbf..41508d3 100644 (file)
@@ -70,6 +70,9 @@
  * Redefining these macros does not effect the CRT functions.
  */
 #define _P_tmpdir   "\\"
+#ifndef __STRICT_ANSI__
+#define P_tmpdir _P_tmpdir
+#endif
 #define _wP_tmpdir  L"\\"
 
 /*