Files
easy7zip/7zip/UI/GUI/Test.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

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