mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
This of course should return TRUE in a program with a thread-disabled
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): This of course should return TRUE in a program with a thread-disabled GLib.
This commit is contained in:
parent
430428d1c9
commit
c54892b11b
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-25 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h (G_TRYLOCK): This of course should return TRUE in a
|
||||
program with a thread-disabled GLib.
|
||||
|
||||
1999-11-18 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: g_strjoin was missing.
|
||||
|
2
glib.h
2
glib.h
@ -3124,7 +3124,7 @@ extern void glib_dummy_decl (void);
|
||||
# define G_LOCK_EXTERN(name) extern void glib_dummy_decl (void)
|
||||
# define G_LOCK(name)
|
||||
# define G_UNLOCK(name)
|
||||
# define G_TRYLOCK(name) (FALSE)
|
||||
# define G_TRYLOCK(name) (TRUE)
|
||||
#endif /* !G_THREADS_ENABLED */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -3124,7 +3124,7 @@ extern void glib_dummy_decl (void);
|
||||
# define G_LOCK_EXTERN(name) extern void glib_dummy_decl (void)
|
||||
# define G_LOCK(name)
|
||||
# define G_UNLOCK(name)
|
||||
# define G_TRYLOCK(name) (FALSE)
|
||||
# define G_TRYLOCK(name) (TRUE)
|
||||
#endif /* !G_THREADS_ENABLED */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user