- Timestamp:
- Sep 9, 1999, 10:17:45 PM (26 years ago)
- Location:
- trunk/src/shell32/new
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/new/iconcache.cpp
r854 r897 237 237 238 238 HGLOBAL 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 239 246 { HGLOBAL hRet = ICO_NO_ICONS; 240 247 LPBYTE pData; … … 470 477 return hRet; 471 478 } 479 #endif 472 480 473 481 /********************** THE ICON CACHE ********************************/ -
trunk/src/shell32/new/shell32.def
r894 r897 1 ; $Id: shell32.def,v 1. 3 1999-09-09 15:44:23phaller Exp $1 ; $Id: shell32.def,v 1.4 1999-09-09 20:17:45 phaller Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 36 36 ; SHILCreateFromPath = _SHILCreateFromPath@12 @28 37 37 PathIsRoot = _PathIsRootAW@4 @29 38 PathBuildRoot = _PathBuildRoot @8@3038 PathBuildRoot = _PathBuildRootA@8 @30 39 39 PathFindExtension = _PathFindExtensionAW@4 @31 40 40 PathAddBackslash = _PathAddBackslashAW@4 @32 … … 51 51 PathIsExe = _PathIsExeAW@4 @43 52 52 DoEnvironmentSubstA = _DoEnvironmentSubstA@8 @44 53 PathFileExists = _PathFileExists @4@4553 PathFileExists = _PathFileExistsA@4 @45 54 54 PathMatchSpec = _PathMatchSpecAW@8 @46 55 55 ; PathMakeUniqueName = _PathMakeUniqueNameAW@20 @47 … … 362 362 ReadCabinetState = _ReadCabinetState@8 @651 363 363 WriteCabinetState = _WriteCabinetState@4 @652 364 PathProcessCommand = _PathProcessCommand@16 @653 364 PathProcessCommandA = _PathProcessCommandA@16 @653 365 PathProcessCommandW = _PathProcessCommandW@16 366 PathProcessCommand = _PathProcessCommandAW@16 365 367 _SHELL32_654@8 @654 366 368 FileIconInit = _FileIconInit@4 @660 -
trunk/src/shell32/new/shell32_main.cpp
r894 r897 17 17 #include "resource.h" 18 18 #include "dlgs.h" 19 #include "ldt.h"19 //#include "ldt.h" 20 20 #include "sysmetrics.h" 21 21 #include "debugtools.h" … … 542 542 break; 543 543 544 #if 0 545 // @@@PH turned off 544 546 case WM_LBTRACKPOINT: 545 547 hWndCtl = GetDlgItem(hWnd, IDC_LISTBOX); … … 615 617 } 616 618 break; 619 #endif 620 617 621 618 622 case WM_COMMAND: -
trunk/src/shell32/new/shlview.cpp
r894 r897 33 33 #include "winerror.h" 34 34 35 #include "docobj.h"36 35 #include "pidl.h" 37 36 #include "shell32_main.h"
Note:
See TracChangeset
for help on using the changeset viewer.