Changeset 1916 for trunk/src


Ignore:
Timestamp:
Dec 1, 1999, 11:48:58 AM (26 years ago)
Author:
sandervl
Message:

EB's SHGetFileInfoA fix

File:
1 edited

Legend:

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

    r1558 r1916  
    1 /* $Id: shell32_main.cpp,v 1.5 1999-11-02 20:38:47 phaller Exp $ */
     1/* $Id: shell32_main.cpp,v 1.6 1999-12-01 10:48:58 sandervl Exp $ */
    22
    33/*
     
    143143   IShellFolder * psfParent = NULL;
    144144   IExtractIcon * pei = NULL;
    145    LPITEMIDLIST   pidlLast, pidl = NULL;
     145   LPITEMIDLIST   pidlLast = NULL, pidl = NULL;
    146146   HRESULT hr = S_OK;
    147147
Note: See TracChangeset for help on using the changeset viewer.