android_mt6572_jiabo/external/p7zip/CPP/Windows/Shell.h
2025-09-05 16:56:03 +08:00

21 lines
320 B
C++

// 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