ChangeSet ID: 21529 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/29 05:06:09
Modified files: include : advpub.h
Log message: James Hawkins truiken@gmail.com Add ADN_DEL_UNC_PATHS define to advpub.h.
Patch: http://cvs.winehq.org/patch.py?id=21529
Old revision New revision Changes Path 1.6 1.7 +1 -0 wine/include/advpub.h
Index: wine/include/advpub.h diff -u -p wine/include/advpub.h:1.6 wine/include/advpub.h:1.7 --- wine/include/advpub.h:1.6 29 Nov 2005 11: 6: 9 -0000 +++ wine/include/advpub.h 29 Nov 2005 11: 6: 9 -0000 @@ -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);