Changeset 10547 for trunk/src/shell32
- Timestamp:
 - Mar 18, 2004, 5:53:17 PM (22 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/shell32/shelllink.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/shell32/shelllink.c
r9888 r10547 734 734 } 735 735 } 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 736 745 goto done; 737 746  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  