Files
easy7zip/CPP/7zip/UI/FileManager/HelpUtils.h
Igor Pavlov f08f4dcc3c 9.34
2016-05-28 00:16:51 +01:00

11 lines
161 B
C

// HelpUtils.h
#ifndef __HELP_UTILS_H
#define __HELP_UTILS_H
#include "../../../Common/MyString.h"
void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);
#endif