1 // HelpUtils.h 2 3 #ifndef ZIP7_INC_HELP_UTILS_H 4 #define ZIP7_INC_HELP_UTILS_H 5 6 #include "../../../Common/MyString.h" 7 8 void ShowHelpWindow(LPCSTR topicFile); 9 10 #endif 11
1 // HelpUtils.h 2 3 #ifndef ZIP7_INC_HELP_UTILS_H 4 #define ZIP7_INC_HELP_UTILS_H 5 6 #include "../../../Common/MyString.h" 7 8 void ShowHelpWindow(LPCSTR topicFile); 9 10 #endif 11