mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix build with the Microsoft compiler
Correct a few gccisms and C99isms. Ensure the Windows-specific gio source files are listed in the generated gio VS project file.
This commit is contained in:
@@ -4773,7 +4773,7 @@ handle_subtree_method_invocation (GDBusConnection *connection,
|
||||
ExportedSubtree *es,
|
||||
GDBusMessage *message)
|
||||
{
|
||||
gboolean handled;;
|
||||
gboolean handled;
|
||||
const gchar *sender;
|
||||
const gchar *interface_name;
|
||||
const gchar *member;
|
||||
|
Reference in New Issue
Block a user