fix: unglob all of /Build/Common

This commit is contained in:
Tropical
2026-03-08 22:43:59 +01:00
committed by JuiceyDev
parent 663ba5e7e9
commit a4ce19d004
416 changed files with 1749 additions and 1749 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ protected:
HRESULT OnNotifyValueChanged (HXUIOBJ hObjSource, XUINotifyValueChanged* pValueChangedData, BOOL& rfHandled);
HRESULT OnKeyDown(XUIMessageInput* pInputData, BOOL& rfHandled);
HRESULT InterpretString(wstring &wsText);
HRESULT InterpretString(std::wstring &wsText);
HRESULT Init_Commands();
public:
@@ -60,5 +60,5 @@ private:
int m_iPad;
WCHAR m_wchInitialChar;
static CommandParams CommandA[eCommand_MAX];
unordered_map<wstring, int> m_CommandSet;
std::unordered_map<std::wstring, int> m_CommandSet;
};