From 1d126e44f256401112f915275cebcb620fe83c38 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 2 Nov 2000 13:04:16 +0000 Subject: Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 Sebastian Wilhelmi * gthread-none.c: Add G_MUTEX_SIZE as needed for gthread-impl.c --- gthread/gthread-none.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gthread/gthread-none.c') diff --git a/gthread/gthread-none.c b/gthread/gthread-none.c index aec84d0cd..fb4c88710 100644 --- a/gthread/gthread-none.c +++ b/gthread/gthread-none.c @@ -33,3 +33,5 @@ static GThreadFunctions g_thread_functions_for_glib_use_default; /* is NULLified */ + +#define G_MUTEX_SIZE 0 -- cgit v1.2.3