Use guid to identify icon (#27570)

This commit is contained in:
Stefan Markovic
2023-07-24 13:50:30 +02:00
committed by GitHub
parent 187f0e3c8e
commit 4bf031d28f
2 changed files with 8 additions and 4 deletions

View File

@@ -13,4 +13,6 @@ 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* pt_tray_icon_window_class = L"PToyTrayIconWindow";
const inline wchar_t* tray_icon_guid = L"{F933F1D8-B8AE-41A4-A134-FB36323E0095}";