mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
11 lines
150 B
C
Executable File
11 lines
150 B
C
Executable File
// HelpUtils.h
|
|
|
|
#ifndef __HELPUTILS_H
|
|
#define __HELPUTILS_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile);
|
|
|
|
#endif
|