mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -7,11 +7,13 @@
|
||||
|
||||
namespace NWindows {
|
||||
|
||||
CSysString MyLoadString(HINSTANCE hInstance, UINT resourceID);
|
||||
CSysString MyLoadString(UINT resourceID);
|
||||
#ifdef _UNICODE
|
||||
inline UString MyLoadStringW(UINT resourceID)
|
||||
{ return MyLoadString(resourceID); }
|
||||
inline UString MyLoadStringW(HINSTANCE hInstance, UINT resourceID) { return MyLoadString(hInstance, resourceID); }
|
||||
inline UString MyLoadStringW(UINT resourceID) { return MyLoadString(resourceID); }
|
||||
#else
|
||||
UString MyLoadStringW(HINSTANCE hInstance, UINT resourceID);
|
||||
UString MyLoadStringW(UINT resourceID);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user