mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
9.21
This commit is contained in:
committed by
Kornel Lesiński
parent
de4f8c22fe
commit
35596517f2
@@ -39,10 +39,7 @@ public:
|
||||
int GetIconIndex(DWORD attrib, const UString &fileName);
|
||||
};
|
||||
|
||||
DWORD_PTR GetRealIconIndex(LPCTSTR path, DWORD attrib, int &iconIndex);
|
||||
#ifndef _UNICODE
|
||||
DWORD_PTR GetRealIconIndex(LPCWSTR path, DWORD attrib, int &iconIndex);
|
||||
#endif
|
||||
DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
|
||||
int GetIconIndexForCSIDL(int csidl);
|
||||
|
||||
inline HIMAGELIST GetSysImageList(bool smallIcons)
|
||||
|
||||
Reference in New Issue
Block a user