mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-28 00:56:48 +00:00
disabled log
This commit is contained in:
@@ -19,14 +19,14 @@ struct DECLSPEC_UUID("3af622a3-82d0-49cd-994f-cce05122c222") WrappedIDXGISwapCha
|
||||
ULONG STDMETHODCALLTYPE AddRef()
|
||||
{
|
||||
InterlockedIncrement(&m_iRefcount);
|
||||
LOG_DEBUG("Count: {}", m_iRefcount);
|
||||
LOG_DEBUG_ONLY("Count: {}", m_iRefcount);
|
||||
return m_iRefcount;
|
||||
}
|
||||
|
||||
ULONG STDMETHODCALLTYPE Release()
|
||||
{
|
||||
auto ret = InterlockedDecrement(&m_iRefcount);
|
||||
LOG_DEBUG("Count: {}", ret);
|
||||
LOG_DEBUG_ONLY("Count: {}", ret);
|
||||
|
||||
ULONG relCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user