-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make SafeHandle parameters accept null
This also: * adds support for SafeHandles that are 32-bits long even in 64-bit processes (e.g. `MSIHANDLE`). * removes `SafeHandle` from all `extern` methods. They only appear on helper methods now. * removes the `NullSafeHandle` static class. Closes #129
- Loading branch information
Showing
4 changed files
with
202 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.