Ignore:
Timestamp:
Mar 18, 2004, 5:53:17 PM (21 years ago)
Author:
sandervl
Message:

Allow shell links to be placed in arbitrary directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shelllink.c

    r9888 r10547  
    734734        }
    735735    }
     736    // not sure if this is correct, but it solves the problem of applications
     737    // wanting to save the lnk files in an arbitrary directory
     738    link_name = strrchr(filename, '\\');
     739    if(link_name)
     740    {
     741        bDesktop = TRUE;
     742        goto found;
     743    }
     744   
    736745    goto done;
    737746
Note: See TracChangeset for help on using the changeset viewer.