mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
@@ -1,16 +1,18 @@
|
||||
// Windows/CommonDialog.h
|
||||
|
||||
#ifndef __WINDOWS_COMMONDIALOG_H
|
||||
#define __WINDOWS_COMMONDIALOG_H
|
||||
|
||||
#include <windows.h>
|
||||
#ifndef __WINDOWS_COMMON_DIALOG_H
|
||||
#define __WINDOWS_COMMON_DIALOG_H
|
||||
|
||||
#include "Common/MyString.h"
|
||||
#include "Windows/Defs.h"
|
||||
|
||||
namespace NWindows{
|
||||
|
||||
bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR fullFileName, LPCWSTR s, UString &resPath);
|
||||
bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR fullFileName,
|
||||
LPCWSTR s, UString &resPath
|
||||
#ifdef UNDER_CE
|
||||
, bool openFolder = false
|
||||
#endif
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user