* include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.

* include/stdio.h (_IORW): Change constant to 0x0080.
	(TMP_MAX): Add new define.
	(_P_tmpdir): Ditto.
	(_wP_tmpdir): Ditto.
	(L_tmpnam): Change constant to 16.
	* include/malloc.h: Fix non-ANSI comment after #endif.
	* profile/Makefile.in (mkinstalldirs): Correct relative path.
This commit is contained in:
Earnie Boyd
2001-08-05 12:52:43 +00:00
parent 54580e6a88
commit 386abb05d9
4 changed files with 36 additions and 11 deletions

View File

@ -70,7 +70,7 @@ size_t _msize (void*);
}
#endif
#endif RC_INVOKED
#endif /* RC_INVOKED */
#endif /* Not _MALLOC_H_ */