Menu

#391 wrong prototype in file shlobj.h

closed-fixed
nobody
None
2003-08-03
2003-08-01
No

hi
wrong prototype in shlobj.h for SHGetFolderPath

It lock like this in msdn
HRESULT SHGetFolderPath(HWND hwndOwner,int
nFolder,HANDLE hToken,DWORD dwFlags,LPTSTR
pszPath);

mingw lock like this
BOOL WINAPI SHGetFolderPathW
(HWND,int,HANDLE,DWORD,LPWSTR);

Discussion

  • Danny Smith

    Danny Smith - 2003-08-03

    Logged In: YES
    user_id=11494

    The problem you report has caused modification in some fashion in the official CVS for the given package. The w32api and
    mingw-runtime official CVS reside in the winsup CVS directory tree for Cygwin. Those package CVS trees are periodically
    merged into the MinGW CVS tree. If you still find problems then please open a new report.

     
  • Danny Smith

    Danny Smith - 2003-08-03
    • status: open --> closed-fixed