android_mt6572_jiabo/external/p7zip/CPP/7zip/UI/FileManager/HelpUtils.h
2025-09-05 16:56:03 +08:00

10 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