Mageia Bugzilla – Attachment 12833 Details for
Bug 23624
discord - a chat for gamers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
glib patch
gtk-sharp2-2.12.12-glib-include.patch (text/plain), 503 bytes, created by
Kristoffer Grundström
on 2021-07-01 21:28:17 CEST
(
hide
)
Description:
glib patch
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2021-07-01 21:28:17 CEST
Size:
503 bytes
patch
obsolete
>--- gtk-sharp-2.12.22/glib/glue/thread.c.orig 2015-05-19 01:31:33.935397399 +0100 >+++ gtk-sharp-2.12.22/glib/glue/thread.c 2015-05-19 01:32:13.455087547 +0100 >@@ -19,21 +19,13 @@ > * Boston, MA 02111-1307, USA. > */ > >-#ifdef DISABLE_GTHREAD_CHECK > #include <glib.h> >-#else >-#include <glib/gthread.h> >-#endif > > gboolean glibsharp_g_thread_supported (void); > > gboolean > glibsharp_g_thread_supported () > { >-#ifdef DISABLE_GTHREAD_CHECK >- return TRUE; >-#else > return g_thread_supported (); >-#endif > } >
--- gtk-sharp-2.12.22/glib/glue/thread.c.orig 2015-05-19 01:31:33.935397399 +0100 +++ gtk-sharp-2.12.22/glib/glue/thread.c 2015-05-19 01:32:13.455087547 +0100 @@ -19,21 +19,13 @@ * Boston, MA 02111-1307, USA. */ -#ifdef DISABLE_GTHREAD_CHECK #include <glib.h> -#else -#include <glib/gthread.h> -#endif gboolean glibsharp_g_thread_supported (void); gboolean glibsharp_g_thread_supported () { -#ifdef DISABLE_GTHREAD_CHECK - return TRUE; -#else return g_thread_supported (); -#endif }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23624
:
12832
| 12833 |
12834