diff --git a/reactos/subsys/system/explorer/utility/window.cpp b/reactos/subsys/system/explorer/utility/window.cpp index 560dbc0016f..0d59fe77467 100644 --- a/reactos/subsys/system/explorer/utility/window.cpp +++ b/reactos/subsys/system/explorer/utility/window.cpp @@ -467,7 +467,7 @@ Button::Button(HWND parent, LPCTSTR text, int left, int top, int width, int heig } -static RECT s_MyDrawText_Rect = {0, 0}; +static RECT s_MyDrawText_Rect = {0, 0, 0, 0}; static BOOL CALLBACK MyDrawText(HDC hdc, LPARAM data, int cnt) {