1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00

don't break the mac build

This commit is contained in:
Charles Kerr 2008-07-11 04:19:23 +00:00
parent a18f55d217
commit 87ff06144a

View file

@ -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 ),