mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user