Francois Gouget : shell32: Add the SHCreateDirectoryEx() macro.
Module: wine Branch: master Commit: acc4021e741f24f8c0dcf39ab367a375edc96b5a URL: http://source.winehq.org/git/wine.git/?a=commit;h=acc4021e741f24f8c0dcf39ab3... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Tue May 19 11:21:26 2009 +0200 shell32: Add the SHCreateDirectoryEx() macro. --- include/shlobj.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/shlobj.h b/include/shlobj.h index df3a959..a608a7e 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -1263,6 +1263,7 @@ HRESULT WINAPI SHGetRealIDL(IShellFolder *psf, LPCITEMIDLIST pidlSimple, LPITEMI DWORD WINAPI SHCreateDirectory(HWND, LPCVOID); int WINAPI SHCreateDirectoryExA(HWND, LPCSTR, LPSECURITY_ATTRIBUTES); int WINAPI SHCreateDirectoryExW(HWND, LPCWSTR, LPSECURITY_ATTRIBUTES); +#define SHCreateDirectoryEx WINELIB_NAME_AW(SHCreateDirectoryEx) /**************************************************************************** * SHGetSpecialFolderLocation API
participants (1)
-
Alexandre Julliard