mrDarker
2025-04-03 48ab1f71c5a005e6f64109a9d9a3b3598a1b2f60
SourceCode/Bond/Servo/Context.cpp
@@ -5,7 +5,7 @@
CContext::CContext()
{
   m_nRef = 0;
   m_nRetCode = CRC_UNKNOWN;
   m_nRetCode = 0;
   m_hEvent = ::CreateEvent(NULL, TRUE, FALSE, NULL);
   InitializeCriticalSection(&m_criticalSection);
}