edbus: fix compilation on Windows.

This commit is contained in:
Cedric Bail 2013-03-15 09:32:20 +01:00
parent 1959898724
commit 7a5bdf4673
5 changed files with 11 additions and 9 deletions

View File

@ -4,9 +4,6 @@
#include "edbus_private.h"
#include "edbus_private_types.h"
#include <dbus/dbus.h>
#include <Ecore.h>
#define EDBUS_CONNECTION_CHECK(conn) \
do \

View File

@ -1,8 +1,10 @@
#ifndef EDBUS_PRIVATE_H
#define EDBUS_PRIVATE_H
#include <dbus/dbus.h>
#include <Eina.h>
#include "eina_safety_checks.h"
#include <Ecore.h>
#include "EDBus.h"
#include "edbus_private_types.h"

View File

@ -1,11 +1,6 @@
#ifndef EDBUS_PRIVATE_TYPES_H
#define EDBUS_PRIVATE_TYPES_H 1
#include "EDBus.h"
#include <Eina.h>
#include <dbus/dbus.h>
#include <Ecore.h>
typedef struct _EDBus_Connection_Name
{
const char *name;

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "edbus_private.h"
#include "edbus_private_types.h"

View File

@ -1,5 +1,9 @@
#include "edbus_private_types.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "edbus_private.h"
#include "edbus_private_types.h"
#define DBUS_ANNOTATION(name, value) \
"<annotation" \