Ignore:
Timestamp:
May 18, 2000, 4:16:04 PM (25 years ago)
Author:
sandervl
Message:

removed path functions, added forwarders to shlwapi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shell32_main.cpp

    r3250 r3551  
    1 /* $Id: shell32_main.cpp,v 1.10 2000-03-27 15:09:21 cbratschi Exp $ */
     1/* $Id: shell32_main.cpp,v 1.11 2000-05-18 14:16:03 sandervl Exp $ */
    22
    33/*
     
    199199     if (flags & SHGFI_USEFILEATTRIBUTES)
    200200     {
    201        strcpy (psfi->szDisplayName, PathFindFilenameA(path));
     201       strcpy (psfi->szDisplayName, PathFindFileNameA(path));
    202202     }
    203203     else
Note: See TracChangeset for help on using the changeset viewer.