Welcome to mirror list, hosted at ThFree Co, Russian Federation.

HelpUtils.h « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b1418a298612b1cff057d0326c2ad131a5e544 (plain)
1
2
3
4
5
6
7
8
9
10
// HelpUtils.h

#ifndef __HELP_UTILS_H
#define __HELP_UTILS_H

#include "../../../Common/MyString.h"

void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);

#endif