#pragma once #include #include namespace SevenZip { #ifdef _UNICODE typedef std::wstring TString; #else typedef std::string TString; #endif }