mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
11 lines
177 B
C
Executable File
11 lines
177 B
C
Executable File
// ProgramLocation.h
|
|
|
|
#ifndef __PROGRAM_LOCATION_H
|
|
#define __PROGRAM_LOCATION_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
bool GetProgramFolderPath(UString &folder); // normalized
|
|
|
|
#endif
|