Fix typo in define guards

Needed to fix compilation with latest Mingw-w64 headers (version 3)

Change-Id: I70c7ff3d833e15e99a915a2df83f04d03a968300
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
bb10
Kai Koehne 2013-09-19 15:17:45 +02:00 committed by The Qt Project
parent 55880e6c18
commit 409526b8a6
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ DECLARE_INTERFACE_(IShellItemFilter, IUnknown)
};
#endif
#ifndef __IShellEnumItems_INTERFACE_DEFINED__
#ifndef __IEnumShellItems_INTERFACE_DEFINED__
DECLARE_INTERFACE_(IEnumShellItems, IUnknown)
{
STDMETHOD(Next)(THIS_ ULONG celt, IShellItem **rgelt, ULONG *pceltFetched) PURE;