Remove duplicate definition of SHChangeNotification_Lock

svn path=/trunk/; revision=27954
This commit is contained in:
Thomas Bluemel 2007-07-28 17:47:49 +00:00
parent 653ff24f1a
commit 0a931f1a75

View file

@ -1105,8 +1105,6 @@ typedef struct _SHChangeProductKeyAsIDList {
ULONG WINAPI SHChangeNotifyRegister(HWND hwnd, int fSources, LONG fEvents, UINT wMsg,
int cEntries, SHChangeNotifyEntry *pshcne);
BOOL WINAPI SHChangeNotifyDeregister(ULONG ulID);
HANDLE WINAPI SHChangeNotification_Lock(HANDLE hChangeNotification, DWORD dwProcessId,
LPITEMIDLIST **pppidl, LONG *plEvent);
BOOL WINAPI SHChangeNotification_Unlock(HANDLE hLock);
HRESULT WINAPI SHGetRealIDL(IShellFolder *psf, LPCITEMIDLIST pidlSimple, LPITEMIDLIST * ppidlReal);