summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/7zip/UI/FileManager/ProgramLocation.h
blob: 38317b45f05c6dc43cd11f9613121f63c9843f31 (plain)
1
2
3
4
5
6
7
8
9
10
// ProgramLocation.h

#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H

#include "Common/MyString.h"

bool GetProgramFolderPath(UString &folder); // normalized

#endif