fix always on top menu option

This commit is contained in:
freedom
2023-08-01 13:05:03 -06:00
parent c62bc10490
commit c963301105
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ HWND CreateListView(HWND hWndParent, RECT rc)
{
HWND hWndListView;
LVITEM lviTestItem;
//WCHAR szTestItem[20] = L"Test Item\0";
//WCHAR szTestItem[] = L"Test Item\0";
// Create the ListView
hWndListView = CreateWindowEx(WS_EX_LEFT, WC_LISTVIEW, L"",