Adding HD_API to HdDependenciesSchema::GetEntries so that the symbol will be found on Windows.
Description of Change(s)
Without this change, Windows-based users of HdDependenciesSchema are unable to use the GetEntries method as the symbol isn't "exposed" (I don't know the strictly proper terminology)
[X] I have verified that all unit tests pass with the proposed changes
[X] I have submitted a signed Contributor License Agreement
Adding
HD_API
toHdDependenciesSchema::GetEntries
so that the symbol will be found on Windows.Description of Change(s)
Without this change, Windows-based users of
HdDependenciesSchema
are unable to use theGetEntries
method as the symbol isn't "exposed" (I don't know the strictly proper terminology)