mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
4.44 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
804edc5756
commit
d9666cf046
11
CPP/7zip/UI/Common/PropIDUtils.h
Executable file
11
CPP/7zip/UI/Common/PropIDUtils.h
Executable file
@@ -0,0 +1,11 @@
|
||||
// PropIDUtils.h
|
||||
|
||||
#ifndef __PROPIDUTILS_H
|
||||
#define __PROPIDUTILS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
UString ConvertPropertyToString(const PROPVARIANT &aPropVariant,
|
||||
PROPID aPropID, bool aFull = true);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user