From 87ff06144accba7d4a627ead5ec820f5ca37d444 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 11 Jul 2008 04:19:23 +0000 Subject: [PATCH] don't break the mac build --- libtransmission/platform.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libtransmission/platform.c b/libtransmission/platform.c index 92a0c246d..981b4459f 100644 --- a/libtransmission/platform.c +++ b/libtransmission/platform.c @@ -536,10 +536,12 @@ tr_getClutchDir( const tr_session * session UNUSED ) else { #ifdef SYS_DARWIN -#warning FIXME BentMyWookie -#error darwin version not implemented + + #warning hey BentMyWookie can this be implemented here without passing anything into initFull() + #elif defined(WIN32) -#warning hey win32 people is this good or is there a better implementation of the next four lines + + #warning hey win32 people is this good or is there a better implementation of the next four lines char appdata[MAX_PATH_LENGTH]; SHGetFolderPath( NULL, CSIDL_APPDATA, NULL, 0, appdata ); tr_buildPath( path, sizeof( path ),