mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
{EXPLORER] -Fix gcc build.
svn path=/trunk/; revision=74160
This commit is contained in:
parent
9c8343f170
commit
c6b55bf950
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public:
|
||||||
SetWindowTheme(m_hWnd, L"Start", NULL);
|
SetWindowTheme(m_hWnd, L"Start", NULL);
|
||||||
|
|
||||||
/* Get the system fonts, we use the caption font, always bold, though. */
|
/* Get the system fonts, we use the caption font, always bold, though. */
|
||||||
NONCLIENTMETRICS ncm {sizeof(ncm)};
|
NONCLIENTMETRICS ncm = {sizeof(ncm)};
|
||||||
if (SystemParametersInfoW(SPI_GETNONCLIENTMETRICS, sizeof(ncm), &ncm, FALSE))
|
if (SystemParametersInfoW(SPI_GETNONCLIENTMETRICS, sizeof(ncm), &ncm, FALSE))
|
||||||
{
|
{
|
||||||
ncm.lfCaptionFont.lfWeight = FW_BOLD;
|
ncm.lfCaptionFont.lfWeight = FW_BOLD;
|
||||||
|
|
Loading…
Reference in a new issue