mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
shell32: Implement ILIsEmpty.
This commit is contained in:
parent
a0afd4cbd9
commit
583641bc9d
@ -1696,6 +1696,11 @@ HRESULT WINAPI ILLoadFromStream(LPSTREAM,LPITEMIDLIST*);
|
||||
BOOL WINAPI ILRemoveLastID(LPITEMIDLIST);
|
||||
HRESULT WINAPI ILSaveToStream(LPSTREAM,LPCITEMIDLIST);
|
||||
|
||||
static inline BOOL ILIsEmpty(LPCITEMIDLIST pidl)
|
||||
{
|
||||
return !(pidl && pidl->mkid.cb);
|
||||
}
|
||||
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user