mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Removed get_res_string_wchar and used the get_resource_string() function instead which returns a wstring typecast into wchar*
This commit is contained in:
@@ -71,5 +71,5 @@ private:
|
||||
std::atomic<long> m_refCount = 1;
|
||||
HBITMAP m_hbmpIcon = nullptr;
|
||||
CComPtr<IDataObject> m_spdo;
|
||||
wchar_t* app_name;
|
||||
std::wstring app_name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user