forked from puppetlabs/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PUP-7627) Changes CreateSymbolicLinkW return from BOOL to BOOLEAN
I was tracking down why CreateSymbolicLinkW was returning non-zero when failing on one test VM and not a different one (puppetlabs/puppetlabs_spec_helper#192). Turns out CreateSymbolicLinkW returns a `BOOLEAN` (1 byte) rather than a `BOOL` (4 bytes), so I was getting random garbage in the upper 3 bytes and therefore a non-zero result.
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
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
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