Changeset 897 for trunk/src


Ignore:
Timestamp:
Sep 9, 1999, 10:17:45 PM (26 years ago)
Author:
phaller
Message:

.

Location:
trunk/src/shell32/new
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/iconcache.cpp

    r854 r897  
    237237
    238238HGLOBAL WINAPI ICO_ExtractIconEx(LPCSTR lpszExeFileName, HICON * RetPtr, UINT nIconIndex, UINT n, UINT cxDesired, UINT cyDesired )
     239{
     240  dprintf (("SHELL32: ICO_ExtractIconEx not implemented.\n"));
     241  return 0;
     242}
     243
     244// @@@PH turned off
     245#if 0
    239246{       HGLOBAL hRet = ICO_NO_ICONS;
    240247        LPBYTE          pData;
     
    470477        return hRet;
    471478}
     479#endif
    472480
    473481/********************** THE ICON CACHE ********************************/
  • trunk/src/shell32/new/shell32.def

    r894 r897  
    1 ; $Id: shell32.def,v 1.3 1999-09-09 15:44:23 phaller Exp $
     1; $Id: shell32.def,v 1.4 1999-09-09 20:17:45 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    3636;   SHILCreateFromPath                = _SHILCreateFromPath@12                @28
    3737    PathIsRoot                        = _PathIsRootAW@4                       @29
    38     PathBuildRoot                     = _PathBuildRoot@8                      @30
     38    PathBuildRoot                     = _PathBuildRootA@8                     @30
    3939    PathFindExtension                 = _PathFindExtensionAW@4                @31
    4040    PathAddBackslash                  = _PathAddBackslashAW@4                 @32
     
    5151    PathIsExe                         = _PathIsExeAW@4                        @43
    5252    DoEnvironmentSubstA               = _DoEnvironmentSubstA@8                @44
    53     PathFileExists                    = _PathFileExists@4                     @45
     53    PathFileExists                    = _PathFileExistsA@4                    @45
    5454    PathMatchSpec                     = _PathMatchSpecAW@8                    @46
    5555;   PathMakeUniqueName                = _PathMakeUniqueNameAW@20              @47
     
    362362    ReadCabinetState                  = _ReadCabinetState@8                   @651
    363363    WriteCabinetState                 = _WriteCabinetState@4                  @652
    364     PathProcessCommand                = _PathProcessCommand@16                @653
     364    PathProcessCommandA               = _PathProcessCommandA@16               @653
     365    PathProcessCommandW               = _PathProcessCommandW@16
     366    PathProcessCommand                = _PathProcessCommandAW@16
    365367                                        _SHELL32_654@8                        @654
    366368    FileIconInit                      = _FileIconInit@4                       @660
  • trunk/src/shell32/new/shell32_main.cpp

    r894 r897  
    1717#include "resource.h"
    1818#include "dlgs.h"
    19 #include "ldt.h"
     19//#include "ldt.h"
    2020#include "sysmetrics.h"
    2121#include "debugtools.h"
     
    542542        break;
    543543
     544#if 0
     545// @@@PH turned off
    544546    case WM_LBTRACKPOINT:
    545547        hWndCtl = GetDlgItem(hWnd, IDC_LISTBOX);
     
    615617        }
    616618        break;
     619#endif
     620
    617621
    618622    case WM_COMMAND:
  • trunk/src/shell32/new/shlview.cpp

    r894 r897  
    3333#include "winerror.h"
    3434
    35 #include "docobj.h"
    3635#include "pidl.h"
    3736#include "shell32_main.h"
Note: See TracChangeset for help on using the changeset viewer.