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:
parent
a18f55d217
commit
87ff06144a
1 changed files with 5 additions and 3 deletions
|
@ -536,10 +536,12 @@ tr_getClutchDir( const tr_session * session UNUSED )
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifdef SYS_DARWIN
|
#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)
|
#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];
|
char appdata[MAX_PATH_LENGTH];
|
||||||
SHGetFolderPath( NULL, CSIDL_APPDATA, NULL, 0, appdata );
|
SHGetFolderPath( NULL, CSIDL_APPDATA, NULL, 0, appdata );
|
||||||
tr_buildPath( path, sizeof( path ),
|
tr_buildPath( path, sizeof( path ),
|
||||||
|
|
Loading…
Add table
Reference in a new issue