summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/unix/CPP/Windows/Shell.h
blob: f116b772b30028b4b78d3bf1628cdc2c34660fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Windows/Shell.h

#ifndef __WINDOWS_SHELL_H
#define __WINDOWS_SHELL_H

#include <windows.h>
// #include <shlobj.h>

#include "Common/MyString.h"
#include "Windows/Defs.h"


namespace NWindows{
namespace NShell{

bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath);

}}


#endif