mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Slight update to match what is currently produced by configure.
2002-12-15 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Slight update to match what is currently produced by configure.
This commit is contained in:
parent
42f04422b0
commit
de8234dde0
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-12-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32.in: Slight update to match what is currently
|
||||
produced by configure.
|
||||
|
||||
Sat Dec 14 21:24:04 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gutils.c (g_get_any_init): HP-UX 10 xshares the
|
||||
|
@ -72,7 +72,6 @@ typedef unsigned int gsize;
|
||||
|
||||
#define GINT_TO_POINTER(i) ((gpointer) (i))
|
||||
#define GUINT_TO_POINTER(u) ((gpointer) (u))
|
||||
|
||||
#ifdef NeXT /* @#%@! NeXTStep */
|
||||
# define g_ATEXIT(proc) (!atexit (proc))
|
||||
#else
|
||||
@ -88,7 +87,9 @@ typedef unsigned int gsize;
|
||||
#define G_OS_WIN32
|
||||
#define G_PLATFORM_WIN32
|
||||
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#define G_VA_COPY va_copy
|
||||
#endif /* not _MSC_VER */
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define G_HAVE_INLINE 1
|
||||
@ -108,6 +109,9 @@ typedef unsigned int gsize;
|
||||
#ifndef __cplusplus
|
||||
# define G_HAVE_ISO_VARARGS 1
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
# define G_HAVE_ISO_VARARGS 1
|
||||
#endif
|
||||
|
||||
/* gcc-2.95.x supports both gnu style and ISO varargs, but if -ansi
|
||||
* is passed ISO vararg support is turned off, and there is no work
|
||||
@ -165,8 +169,8 @@ union _GSystemThread
|
||||
#define GLIB_SYSDEF_POLLIN =1
|
||||
#define GLIB_SYSDEF_POLLOUT =4
|
||||
#define GLIB_SYSDEF_POLLPRI =2
|
||||
#define GLIB_SYSDEF_POLLERR =8
|
||||
#define GLIB_SYSDEF_POLLHUP =16
|
||||
#define GLIB_SYSDEF_POLLERR =8
|
||||
#define GLIB_SYSDEF_POLLNVAL =32
|
||||
|
||||
#define G_MODULE_SUFFIX "dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user