p7zip-rar/CPP/7zip/UI/FileManager/HelpUtils.h

11 lines
161 B
C
Raw Permalink Normal View History

2017-10-11 12:40:22 +02:00
// HelpUtils.h
#ifndef __HELP_UTILS_H
#define __HELP_UTILS_H
#include "../../../Common/MyString.h"
void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);
#endif