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: b993f09b5d7712604a7d375a43f57ad93ae0cd50 (plain)
1
2
3
4
5
6
7
8
9
10
// HelpUtils.h

#ifndef __HELPUTILS_H
#define __HELPUTILS_H

#include "Common/String.h"

void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);

#endif