mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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);
|
||||
|
||||
/* 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))
|
||||
{
|
||||
ncm.lfCaptionFont.lfWeight = FW_BOLD;
|
||||
|
|
Loading…
Reference in a new issue