* include/stdio.h (P_tmpdir): Add define.
This commit is contained in:
parent
2d76a612d2
commit
5c54e03a27
@ -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/.
|
||||
|
@ -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"\\"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user