From 7ea73a019935e1118935433c86480acc5eee2e05 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Mon, 4 Oct 1999 02:32:50 +0000 Subject: G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but I haven't tested it. The respective porters should fix any screwups -Yosh --- gthread/gthread-impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gthread') diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index 726da3931..f353c4608 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -67,7 +67,7 @@ g_thread_init (GThreadFunctions* init) else g_thread_use_default_impl = FALSE; -#if defined (WIN32) && defined (__GNUC__) +#if defined (G_OS_WIN32) && defined (__GNUC__) memcpy(&g_thread_functions_for_glib_use, init, sizeof (*init)); #else g_thread_functions_for_glib_use = *init; -- cgit v1.2.3