1
0
Fork 0
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:
Charles Kerr 2008-04-18 15:33:24 +00:00
parent 2d360434eb
commit ab2b3a957d

View file

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