Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Fix link to SafeHookHandle.cs in CONTRIBUTING.md (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardelka9515 committed Apr 3, 2023
1 parent c01077e commit 93de9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Safe handles should follow a few rules:
* They should have a constructor allowing to reuse pre-existing handles.
* They should have a static field for each invalid values for easy access.

A good example would be [`SafeHookHandle.cs`](src/User32.Desktop/User32+SafeHookHandle.cs).
A good example would be [`SafeHookHandle.cs`](src/User32/User32+SafeHookHandle.cs).

[SigImp]: https://devblogs.microsoft.com/vbteam/making-pinvoke-easy/
[APISets]: https://msdn.microsoft.com/en-us/library/windows/desktop/hh802935(v=vs.85).aspx
Expand Down

0 comments on commit 93de9b7

Please sign in to comment.