diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index 26c0ad416ec..c2faf4363a5 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -1671,7 +1671,7 @@ ChangePos: DisplayTrayProperties(hwnd); m_TrayPropertiesOwner = NULL; - DestroyWindow(); + ::DestroyWindow(hwnd); return 0; }