Update Win32NetState.h

QueryInterface должна увеличивать счётчик ссылок.
This commit is contained in:
Эрик Замабувараев‐Ёмолкуу 2020-10-04 03:32:02 +07:00 committed by GitHub
parent 3a2724ec58
commit 9450dc84da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ public:
} else {
Result = E_NOINTERFACE;
}
AddRef();
return Result;
}
@ -90,4 +91,4 @@ void SubscribeToEvents() { }
void UnSubscribeFromEvents() { }
#endif // WINVER
#endif
#endif