Fix build on non-Unix

This commit is contained in:
Tor Lillqvist 2010-06-18 10:56:25 +03:00
parent 4edfc34e5b
commit 6ff13071ae

View File

@ -50,13 +50,13 @@ _g_application_platform_on_actions_changed (GApplication *app)
static void static void
_g_application_platform_remote_invoke_action (GApplication *app, _g_application_platform_remote_invoke_action (GApplication *app,
const gchar *action, const gchar *action,
guint timestamp) GVariant *platform_data)
{ {
} }
static void static void
_g_application_platform_remote_quit (GApplication *app, _g_application_platform_remote_quit (GApplication *app,
guint timestamp) GVariant *platform_data)
{ {
} }