mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 12:07:12 -06:00
14 lines
174 B
C
Executable File
14 lines
174 B
C
Executable File
// GUI/Test.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __GUI_TEST_H
|
|
#define __GUI_TEST_H
|
|
|
|
#include "Common/String.h"
|
|
|
|
HRESULT TestArchive(HWND parentWindow, const UString &fileName);
|
|
|
|
#endif
|
|
|