mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 21:09:56 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
12
CPP/Windows/CommonDialog.h
Executable file → Normal file
12
CPP/Windows/CommonDialog.h
Executable file → Normal file
@@ -3,12 +3,16 @@
|
||||
#ifndef __WINDOWS_COMMON_DIALOG_H
|
||||
#define __WINDOWS_COMMON_DIALOG_H
|
||||
|
||||
#include "Common/MyString.h"
|
||||
#include "../Common/MyString.h"
|
||||
|
||||
namespace NWindows{
|
||||
namespace NWindows {
|
||||
|
||||
bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR fullFileName,
|
||||
LPCWSTR s, UString &resPath
|
||||
bool MyGetOpenFileName(HWND hwnd, LPCWSTR title,
|
||||
LPCWSTR initialDir, // can be NULL, so dir prefix in filePath will be used
|
||||
LPCWSTR filePath, // full path
|
||||
LPCWSTR filterDescription, // like "All files (*.*)"
|
||||
LPCWSTR filter, // like "*.exe"
|
||||
UString &resPath
|
||||
#ifdef UNDER_CE
|
||||
, bool openFolder = false
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user