mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
#886: libtransmission fails to compile on win32
This commit is contained in:
parent
2d360434eb
commit
ab2b3a957d
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ getHomeDir( void )
|
|||
if( !home )
|
||||
{
|
||||
#ifdef WIN32
|
||||
SHGetFolderPath( NULL, CSIDL_PROFILE, NULL, 0, buf );
|
||||
SHGetFolderPath( NULL, CSIDL_PROFILE, NULL, 0, home );
|
||||
#elif defined(__BEOS__) || defined(__AMIGAOS4__)
|
||||
home = tr_strdup( "" );
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue