Changeset 4102 for trunk/src


Ignore:
Timestamp:
Aug 27, 2000, 4:08:18 PM (25 years ago)
Author:
sandervl
Message:

open/save dialog fix

File:
1 edited

Legend:

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

    r4032 r4102  
    1 /* $Id: shellord.cpp,v 1.10 2000-08-18 02:01:22 phaller Exp $ */
     1/* $Id: shellord.cpp,v 1.11 2000-08-27 14:08:18 sandervl Exp $ */
    22/*
    33 * The parameters of many functions changes between different OS versions
     
    727727        return TRUE;
    728728}
    729 /*************************************************************************
    730  * StrRetToStrN                                 [SHELL32.96]
    731  *
    732  * converts a STRRET to a normal string
    733  *
    734  * NOTES
    735  *  the pidl is for STRRET OFFSET
    736  */
    737 HRESULT WINAPI StrRetToBufA (LPSTRRET src, LPITEMIDLIST pidl, LPSTR dest, DWORD len)
    738 {
    739         return StrRetToStrNA(dest, len, src, pidl);
    740 }
    741 
    742 HRESULT WINAPI StrRetToBufW (LPSTRRET src, LPITEMIDLIST pidl, LPWSTR dest, DWORD len)
    743 {
    744         return StrRetToStrNW(dest, len, src, pidl);
    745 }
    746729
    747730
Note: See TracChangeset for help on using the changeset viewer.