replace paths & windows apis, cleanup source tree

This commit is contained in:
murdle
2026-03-01 17:42:21 +02:00
parent f85920cf08
commit 768de6800c
13040 changed files with 4674 additions and 2944714 deletions

View File

@@ -13,7 +13,7 @@
//-----------------------------------------------------------------------------
CXuiCtrlSplashPulser::CXuiCtrlSplashPulser() :
m_bDirty(FALSE),
m_bDirty(false),
m_fScale(1.0f),
m_fAlpha(1.0f)
{
@@ -85,7 +85,7 @@ HRESULT CXuiCtrlSplashPulser::OnRender(XUIMessageRender *pRenderData, BOOL &bHan
XuiRenderRestoreState(hDC);
bHandled = TRUE;
bHandled = true;
#endif
return S_OK;
}