Changeset 5642


Ignore:
Timestamp:
Apr 18, 2008, 3:33:24 PM (15 years ago)
Author:
charles
Message:

#886: libtransmission fails to compile on win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/platform.c

    r5636 r5642  
    296296        {
    297297#ifdef WIN32
    298             SHGetFolderPath( NULL, CSIDL_PROFILE, NULL, 0, buf );
     298            SHGetFolderPath( NULL, CSIDL_PROFILE, NULL, 0, home );
    299299#elif defined(__BEOS__) || defined(__AMIGAOS4__)
    300300            home = tr_strdup( "" );
Note: See TracChangeset for help on using the changeset viewer.