| commit | 02b655773f4e54fe6bcac6798baf0583d15563a1 | [log] [tgz] |
|---|---|---|
| author | James Hawkins <truiken@gmail.com> | Tue Nov 29 10:44:16 2005 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 29 10:44:16 2005 +0100 |
| tree | 61362b9026b61b5b0b7b09c13948c663855d84f4 | |
| parent | de2666fd5faa2ee93dd51dc1991406fb0b0c319f [diff] |
Add ADN_DEL_UNC_PATHS define to advpub.h.
diff --git a/include/advpub.h b/include/advpub.h index 61a0435..1581969 100644 --- a/include/advpub.h +++ b/include/advpub.h
@@ -59,6 +59,7 @@ #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);