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:
Tor Lillqvist
2010-06-22 12:13:21 +03:00
parent 2e84249082
commit efb1a054b0
11 changed files with 32 additions and 12 deletions

View File

@@ -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;