Ignore:
Timestamp:
Jun 7, 2002, 10:22:05 AM (23 years ago)
Author:
sandervl
Message:

some updates + resync for shellord

File:
1 edited

Legend:

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

    r7960 r8586  
    1 /* $Id: sh.cpp,v 1.14 2002-02-19 12:53:38 sandervl Exp $ */
     1/* $Id: sh.cpp,v 1.15 2002-06-07 08:21:43 sandervl Exp $ */
    22
    33/*
     
    4949
    5050
    51 /*****************************************************************************
    52  * Name      : LPITEMIDLIST SHBrowseForFolder
    53  * Purpose   :
    54  * Parameters: LPBROWSEINFOA lpbi
    55  * Variables :
    56  * Result    :
    57  * Remark    : SHELL32.236
    58  * Status    : UNTESTED STUB
    59  *
    60  * Author    : Patrick Haller [Tue, 1999/06/09 20:02]
    61  *****************************************************************************/
    62 
    63 LPITEMIDLIST WIN32API SHBrowseForFolder(LPBROWSEINFOA lpbi)
    64 {
    65   dprintf(("SHELL32: SHBrowseForFolder not implemented.\n"));
    66 
    67   //@@@PH automatically decide between A and W
    68 
    69   return(NULL);
    70 }
    7151
    7252
Note: See TracChangeset for help on using the changeset viewer.