Re-add clipboard functions

This commit is contained in:
elasota
2020-07-03 04:59:40 -04:00
parent 00ea1b2982
commit 58ad634085
11 changed files with 592 additions and 31 deletions

View File

@@ -4,6 +4,6 @@
void THandleBase::Dispose() const
{
if (m_hdl)
if (m_hdl)
PortabilityLayer::MemoryManager::GetInstance()->ReleaseHandle(m_hdl);
}