Drop the mapping of POSIX function names to the underscored versions, it's

* glib.h: (Win32) Drop the mapping of POSIX function names to the
underscored versions, it's unnecessary after all. With MSVC we get
them from oldnames.lib, with gcc-2.95 and mingw32 from
-lmoldname-msvc. Add comment about what headers to include for
prototypes.
This commit is contained in:
Tor Lillqvist
1999-10-05 16:05:38 +00:00
parent 7359af948d
commit 374c870b96
10 changed files with 92 additions and 68 deletions

View File

@@ -1,8 +1,14 @@
1999-10-05 Tor Lillqvist <tml@iki.fi>
* glib.h: (Win32) Drop the mapping of POSIX function names to the
underscored versions, it's unnecessary after all. With MSVC we get
them from oldnames.lib, with gcc-2.95 and mingw32 from
-lmoldname-msvc. Add comment about what headers to include for
prototypes.
* glibconfig.h.win32.in: Don't define WIN32 and NATIVE_WIN32.
* gerror.c (g_on_error_query): (Win32) Slightly more verbosity.
* gerror.c (g_on_error_query): (Win32) Slightly increased verbosity.
* build-dll: Don't strip.