mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 16:07:10 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
20
7zip/UI/GUI/UpdateGUI.h
Executable file
20
7zip/UI/GUI/UpdateGUI.h
Executable file
@@ -0,0 +1,20 @@
|
||||
// GUI/UpdateGUI.h
|
||||
|
||||
#ifndef __UPDATE_GUI_H
|
||||
#define __UPDATE_GUI_H
|
||||
|
||||
#include "../Common/Update.h"
|
||||
#include "OpenCallbackGUI.h"
|
||||
#include "UpdateCallbackGUI.h"
|
||||
|
||||
#include "../../FileManager/UpdateCallback100.h"
|
||||
|
||||
HRESULT UpdateGUI(
|
||||
const NWildcard::CCensor &censor,
|
||||
CUpdateOptions &options,
|
||||
bool showDialog,
|
||||
CUpdateErrorInfo &errorInfo,
|
||||
COpenCallbackGUI *openCallback,
|
||||
CUpdateCallbackGUI *callback);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user