You've already forked fido2-manage.cpp
mirror of
https://github.com/token2/fido2-manage.cpp.git
synced 2026-06-22 14:42:52 -07:00
Merge pull request #20 from allamiro/bugfix/issue-8-populatelistview-forward-decl-mismatch
Fix #8 - correct PopulateListView forward declaration signature
This commit is contained in:
+1
-1
@@ -572,7 +572,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
std::vector<std::wstring> RunCommandAndGetOutput(const std::wstring& command);
|
||||
void PopulateComboBox();
|
||||
void PopulateListView(const std::wstring& deviceNumber);
|
||||
void PopulateListView(HWND hwnd, const std::wstring& deviceNumber);
|
||||
void ResizeControls(HWND hwnd);
|
||||
void RefreshData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user