Ignore:
Timestamp:
Aug 5, 1999, 11:03:35 PM (26 years ago)
Author:
phaller
Message:

Fix: small shell32 fix

File:
1 edited

Legend:

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

    r273 r428  
    1 /* $Id: sh.cpp,v 1.6 1999-07-05 13:49:23 phaller Exp $ */
     1/* $Id: sh.cpp,v 1.7 1999-08-05 21:03:34 phaller Exp $ */
    22
    33/*
     
    1515#include <shellapi.h>
    1616#include <winreg.h>
    17 //#include <shlobj.h> @@@PH shlobj is yet to be ported
    1817#include "shell32.h"
    1918
     
    3635#define LPUNKNOWN        LPVOID
    3736#define IDSTRUCT         VOID
    38 #define LPSHELLFLAGSTATE LPVOID
    3937#define IDropTarget      VOID
    4038
     
    131129    return;
    132130
    133 //@@@PH: todo
    134 #if 0
    135131   if ( (SSF_SHOWEXTENSIONS & dwMask) && !RegQueryValueExA(hKey, "HideFileExt", 0, 0, (LPBYTE)&dwData, &dwDataSize))
    136132     lpsfs->fShowExtensions  = ((dwData == 0) ?  0 : 1);
     
    165161     }
    166162   }
    167 #endif
    168163
    169164  RegCloseKey (hKey);
     
    500495                                 LPCSTR                path)
    501496{
    502   dprintf(("SHELL32: SHCreateDirectory(%08xh, %08xh) not implemented.\n",
     497  dprintf(("SHELL32: SHCreateDirectory(%08xh, %08xh)\n",
    503498           sec,
    504499           path));
     
    611606           x));
    612607
    613   if (!HIWORD(x))
    614   {
    615     *(LPDWORD)0xdeaf0000 = 0;
    616   }
     608// @@@PH what's that crap?
     609//  if (!HIWORD(x))
     610//  {
     611//    *(LPDWORD)0xdeaf0000 = 0;
     612//  }
    617613
    618614  return HeapFree(GetProcessHeap(),0,x);
Note: See TracChangeset for help on using the changeset viewer.