Ignore:
Timestamp:
Mar 27, 2000, 5:09:22 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/filedlgbrowser.c

    r3243 r3250  
    1 /* $Id: filedlgbrowser.c,v 1.3 2000-03-26 16:31:42 cbratschi Exp $ */
     1/* $Id: filedlgbrowser.c,v 1.4 2000-03-27 15:07:23 cbratschi Exp $ */
    22/*
    33 *  Implementation of IShellBrowser for the File Open common dialog
     
    756756
    757757    TRACE("(%p)\n", This);
    758 
     758//CB: slow!!!
    759759    fodInfos = (FileOpenDlgInfos *) GetPropA(This->hwndOwner,FileOpenDlgInfosStr);
    760760
     
    782782    }
    783783    return S_FALSE;
    784 
    785784}
    786785
Note: See TracChangeset for help on using the changeset viewer.