diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-11-02 13:04:16 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-11-02 13:04:16 +0000 |
commit | 1d126e44f256401112f915275cebcb620fe83c38 (patch) | |
tree | 66d8a7c6d5abb9a2a3b84a9f4077999cc9690f59 /gthread/gthread-none.c | |
parent | 9c574a6a9a4864f5a85c2d3d15b29e4925dadddf (diff) |
Add G_MUTEX_SIZE as needed for gthread-impl.c
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gthread-none.c: Add G_MUTEX_SIZE as needed for gthread-impl.c
Diffstat (limited to 'gthread/gthread-none.c')
-rw-r--r-- | gthread/gthread-none.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |