Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / Windows / CommonDialog.h
1 // Windows/CommonDialog.h\r
2 \r
3 #ifndef __WINDOWS_COMMON_DIALOG_H\r
4 #define __WINDOWS_COMMON_DIALOG_H\r
5 \r
6 #include "Common/MyString.h"\r
7 \r
8 namespace NWindows{\r
9 \r
10 bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR fullFileName,\r
11     LPCWSTR s, UString &resPath\r
12     #ifdef UNDER_CE\r
13     , bool openFolder = false\r
14     #endif\r
15 );\r
16 \r
17 }\r
18 \r
19 #endif\r