Browse Source

Merge pull request #1555 from zamabuvaraeu/patch-1

Update Win32NetState.h
pull/1556/head
orignal 4 years ago committed by GitHub
parent
commit
dca69e9b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Win32/Win32NetState.h

5
Win32/Win32NetState.h

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

Loading…
Cancel
Save