Revert "Use guid to identify icon (#27570)" (#27669)

This reverts commit 4bf031d28f.
This commit is contained in:
Stefan Markovic
2023-07-28 13:43:32 +02:00
committed by GitHub
parent de96c897dc
commit a80bc8afe1
2 changed files with 4 additions and 8 deletions

View File

@@ -13,6 +13,4 @@ typedef void (*main_loop_callback_function)(PVOID);
// Calls a callback in _callback
bool dispatch_run_on_main_ui_thread(main_loop_callback_function _callback, PVOID data);
const inline wchar_t* pt_tray_icon_window_class = L"PToyTrayIconWindow";
const inline wchar_t* tray_icon_guid = L"{F933F1D8-B8AE-41A4-A134-FB36323E0095}";
const inline wchar_t* pt_tray_icon_window_class = L"PToyTrayIconWindow";