Artifact 026e729c1dcb8447423448fd6e35f05ddd5a1644:
- File src/codecs/7z/CPP/7zip/UI/FileManager/HelpUtils.h — part of check-in [e9ee59f26d] at 2013-05-03 09:40:29 on branch trunk — Initial commit (user: m size: 160) [more...]
// HelpUtils.h #ifndef __HELPUTILS_H #define __HELPUTILS_H #include "Common/MyString.h" void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile); #endif