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

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

#ifndef __HELPUTILS_H
#define __HELPUTILS_H

#include "Common/MyString.h"

void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);

#endif