diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-08 09:08:02 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-08 09:08:02 +0000 |
| commit | e1f8e81579486f84baed17bdc0aa6dee7059d29c (patch) | |
| tree | b19b2e86964386bfb7053fa04c22bdf9d2fa7f30 /src/hal-common.c | |
| parent | 5e9dfa1835ec1bfe8dd06ef2b1546f888b01e286 (diff) | |
2005-11-08 Christophe Fergeau <teuf@gnome.org>
* src/hal-common.c:
* src/hal-common.h: more #if => #ifdef changes
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1145 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/hal-common.c')
| -rw-r--r-- | src/hal-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hal-common.c b/src/hal-common.c index 6b36d6f..0e731b6 100644 --- a/src/hal-common.c +++ b/src/hal-common.c @@ -17,7 +17,7 @@ | | The following changes were done: | -| - libhal becomes optional (see #if HAVE_LIBHAL sections) +| - libhal becomes optional (see #ifdef HAVE_LIBHAL sections) | - provide some dummy libhal functions to make libhal-independence | of ipod-device.c easier. | @@ -58,7 +58,7 @@ #include "hal-common.h" -#if HAVE_LIBHAL +#ifdef HAVE_LIBHAL #include <dbus/dbus.h> #include <dbus/dbus-glib.h> |
