diff options
author | davilla <davilla@4pi.com> | 2013-06-02 22:21:51 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2013-06-02 22:21:51 -0400 |
commit | 76a33c18c845fbbe6fb3cf6c7b0cbcc038fcfb59 (patch) | |
tree | 468463000b57ad1fb8fd4c96f65a64447f4bc29f /lib/libXDAAP/private.h | |
parent | 4dbb2e9fe94a2f9245e7ad679d28582ea4a06654 (diff) |
these are libs, revert to compiler standard defs
Diffstat (limited to 'lib/libXDAAP/private.h')
-rw-r--r-- | lib/libXDAAP/private.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libXDAAP/private.h b/lib/libXDAAP/private.h index 61db83c35e..966741c36d 100644 --- a/lib/libXDAAP/private.h +++ b/lib/libXDAAP/private.h @@ -61,11 +61,6 @@ struct DAAP_SClientTAG #endif HTTP_ConnectionWatch *update_watch; - -#if !defined(WIN32) && !defined(_LINUX) - // why is this here? - SDiscover *discover; -#endif }; typedef struct @@ -133,14 +128,14 @@ struct SDiscoverTAG and tests it for death */ ts_mutex mtWorkerLock; -#ifndef _LINUX +#ifdef _WIN32 fnDiscUpdated pfnUpdateCallback; #endif void *pvCallbackArg; struct CP_SThreadPool *tp; -#ifndef _LINUX +#ifdef _WIN32 mdnsd mdnsd_info; #endif int socket; @@ -149,7 +144,7 @@ struct SDiscoverTAG // answers /* answers */ int pending_hosts; -#ifndef _LINUX +#ifdef _WIN32 SDiscover_HostList *prenamed; SDiscover_HostList *pending; SDiscover_HostList *have; |