1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

Add ADN_DEL_UNC_PATHS define to advpub.h.

This commit is contained in:
James Hawkins 2005-11-29 10:44:16 +01:00 committed by Alexandre Julliard
parent de2666fd5f
commit 02b655773f

View File

@ -59,6 +59,7 @@ typedef CSTRTABLE *LPCSTRTABLE;
#define ADN_DEL_IF_EMPTY 0x00000001
#define ADN_DONT_DEL_SUBDIRS 0x00000002
#define ADN_DONT_DEL_DIR 0x00000004
#define ADN_DEL_UNC_PATHS 0x00000008
HRESULT WINAPI DelNode(LPCSTR pszFileOrDirName, DWORD dwFlags);
HRESULT WINAPI DelNodeRunDLL32(HWND,HINSTANCE,LPSTR,INT);