mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 09:56:52 +08:00
Task #3961 - Remove Windows 95 support
This commit is contained in:
@@ -38,7 +38,7 @@ CArchLogWindows::~CArchLogWindows()
|
||||
void
|
||||
CArchLogWindows::openLog(const char* name)
|
||||
{
|
||||
if (m_eventLog == NULL && !CArchMiscWindows::isWindows95Family()) {
|
||||
if (m_eventLog == NULL) {
|
||||
m_eventLog = RegisterEventSource(NULL, name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user