From 1f76698bb645f7a762030c7a8e07afe3c0b907b7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 10 Mar 2001 21:37:28 +0000 Subject: [PATCH] Define G_PLATFORM_WIN32 here, too. 2001-03-10 Tor Lillqvist * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. --- ChangeLog | 2 ++ ChangeLog.pre-2-0 | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-2 | 2 ++ ChangeLog.pre-2-4 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glibconfig.h.win32.in | 1 + 9 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 48ded5b6..31b9f762 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 48ded5b6..31b9f762 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2001-03-10 Tor Lillqvist + * glibconfig.h.win32.in: Define G_PLATFORM_WIN32 here, too. + * tests/Makefile.am: Use the _LIBADD dependency on libglib only on Win32. diff --git a/glibconfig.h.win32.in b/glibconfig.h.win32.in index 49ecbf07..e8700682 100644 --- a/glibconfig.h.win32.in +++ b/glibconfig.h.win32.in @@ -103,6 +103,7 @@ typedef guint32 gsize; #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@ #define G_OS_WIN32 +#define G_PLATFORM_WIN32 #ifdef __cplusplus #define G_HAVE_INLINE 1 -- 2.34.1