Files
easy7zip/Windows/CommonDialog.h
Igor Pavlov e18587ba51 4.30 beta
2016-05-28 00:15:45 +01:00

18 lines
303 B
C++
Executable File

// Windows/CommonDialog.h
#ifndef __WINDOWS_COMMONDIALOG_H
#define __WINDOWS_COMMONDIALOG_H
#include <windows.h>
#include "Common/String.h"
#include "Windows/Defs.h"
namespace NWindows{
bool MyGetOpenFileName(HWND hwnd, LPCWSTR title, LPCWSTR fullFileName, LPCWSTR s, UString &resPath);
}
#endif