1370b324cSopenharmony_ci// Windows/ResourceString.h 2370b324cSopenharmony_ci 3370b324cSopenharmony_ci#ifndef ZIP7_INC_WINDOWS_RESOURCE_STRING_H 4370b324cSopenharmony_ci#define ZIP7_INC_WINDOWS_RESOURCE_STRING_H 5370b324cSopenharmony_ci 6370b324cSopenharmony_ci#include "../Common/MyString.h" 7370b324cSopenharmony_ci#include "../Common/MyWindows.h" 8370b324cSopenharmony_ci 9370b324cSopenharmony_cinamespace NWindows { 10370b324cSopenharmony_ci 11370b324cSopenharmony_ciUString MyLoadString(UINT resourceID); 12370b324cSopenharmony_civoid MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest); 13370b324cSopenharmony_civoid MyLoadString(UINT resourceID, UString &dest); 14370b324cSopenharmony_ci 15370b324cSopenharmony_ci} 16370b324cSopenharmony_ci 17370b324cSopenharmony_ci#endif 18