Skip to content

Commit

Permalink
Merge pull request #417 from microsoft/x86midisrvabstraction
Browse files Browse the repository at this point in the history
x86 midisrv abstraction doesn't build, needed for WOW
  • Loading branch information
Psychlist1972 authored Oct 28, 2024
2 parents 9bba082 + 07ce26b commit 2b451d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class CMidi2MidiSrvSessionTracker :

STDMETHOD(Shutdown());

BOOL VerifyConnectivity();
STDMETHOD_(BOOL,VerifyConnectivity)();

private:
std::unique_ptr<CMidi2MidiSrv> m_MidiSrv;
Expand Down
2 changes: 1 addition & 1 deletion src/api/Service/Exe/MidiEndpointProtocolManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CMidiEndpointProtocolManager : public Microsoft::WRL::RuntimeClass<
_In_ IMidiProtocolNegotiationCompleteCallback* negotiationCompleteCallback
);

BOOL IsEnabled() { return m_discoveryAndProtocolNegotiationEnabled; }
STDMETHOD_(BOOL,IsEnabled)() { return m_discoveryAndProtocolNegotiationEnabled; }

HRESULT Shutdown();

Expand Down

0 comments on commit 2b451d9

Please sign in to comment.