shell32: Add the SHCreateDirectoryEx() macro.

oldstable
Francois Gouget 2009-05-19 11:21:26 +02:00 committed by Alexandre Julliard
parent d9ffbe4e82
commit acc4021e74
1 changed files with 1 additions and 0 deletions

View File

@ -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