mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Merge pull request #1555 from zamabuvaraeu/patch-1
Update Win32NetState.h
This commit is contained in:
@@ -31,7 +31,8 @@ public:
|
|||||||
} else {
|
} else {
|
||||||
Result = E_NOINTERFACE;
|
Result = E_NOINTERFACE;
|
||||||
}
|
}
|
||||||
|
AddRef();
|
||||||
|
|
||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -90,4 +91,4 @@ void SubscribeToEvents() { }
|
|||||||
void UnSubscribeFromEvents() { }
|
void UnSubscribeFromEvents() { }
|
||||||
|
|
||||||
#endif // WINVER
|
#endif // WINVER
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user