Fixing build bustage
This commit is contained in:
Родитель
f31833a013
Коммит
728a7f5990
|
@ -1927,7 +1927,7 @@ nsNativeThemeWin::ClassicGetMinimumWidgetSize(nsIRenderingContext* aContext, nsI
|
||||||
#ifdef WINCE
|
#ifdef WINCE
|
||||||
(*aResult).width = 16;
|
(*aResult).width = 16;
|
||||||
(*aResult).height = 16;
|
(*aResult).height = 16;
|
||||||
#endif
|
#else
|
||||||
(*aResult).width = ::GetSystemMetrics(SM_CXMENUCHECK);
|
(*aResult).width = ::GetSystemMetrics(SM_CXMENUCHECK);
|
||||||
(*aResult).height = ::GetSystemMetrics(SM_CYMENUCHECK);
|
(*aResult).height = ::GetSystemMetrics(SM_CYMENUCHECK);
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче