From eba631d6a9514cd81b4b22578a770f831a66d546 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 26 Mar 2002 22:23:25 +0000 Subject: * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL). (wpopen): Add if !(__CRTDLL). * Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to preserve comments. (moldname-crtdll.def rule): Likewise. * moldname-msvcrt.def: Regenerate. * moldname-crtdll.def: Regenerate. * include/stdio.h (wpopen):Use prototype, not a define. (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace. * include/wchar.h (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace. --- winsup/mingw/moldname.def.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'winsup/mingw/moldname.def.in') diff --git a/winsup/mingw/moldname.def.in b/winsup/mingw/moldname.def.in index 7e90cb374..c0032aff6 100644 --- a/winsup/mingw/moldname.def.in +++ b/winsup/mingw/moldname.def.in @@ -33,9 +33,9 @@ chsize close creat cwait -#if (__MSVCRT__) +#if !(__CRTDLL__) daylight DATA -#endif +#endif dup dup2 ecvt @@ -114,7 +114,7 @@ strupr swab tell tempnam -#if (__MSVCRT__) +#if !(__CRTDLL__) timezone DATA #endif ; export tzname for both. See @@ -133,6 +133,9 @@ wcsnset wcsrev wcsset wcsupr +#if !(__CRTDLL__) +wpopen +#endif write y0 y1 -- cgit v1.2.3