#include "wx/msw/winundef.h"
+#include "wx/log.h"
+
// ----------------------------------------------------------------------------
// wxItemIdList implements RAII on top of ITEMIDLIST
// ----------------------------------------------------------------------------
private:
LPITEMIDLIST m_pidl;
- DECLARE_NO_COPY_CLASS(wxItemIdList)
+ wxDECLARE_NO_COPY_CLASS(wxItemIdList);
};
// enable autocompleting filenames in the text control with given HWND