p7zip-rar/CPP/Windows/Shell.h

22 lines
320 B
C
Raw Permalink Normal View History

2017-10-11 12:40:22 +02:00
// 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