p7zip-rar/CPP/7zip/UI/FileManager/HelpUtils.h
2017-10-11 12:40:22 +02: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