Skip to content

Commit

Permalink
Merge branch 'pr118'
Browse files Browse the repository at this point in the history
* pr118:
  (MODULES-3195) Fix WOW64 Constant Definition
  • Loading branch information
ferventcoder committed Jan 7, 2017
2 parents 8a96d49 + 2add62c commit 17ef317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet_x/puppetlabs/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module PuppetX
module Puppetlabs
module Registry
# For 64-bit OS, use 64-bit view. Ignored on 32-bit OS
KEY_WOW64_64KEY = 0x100 unless defined? KEY_WOW64_64KEY
KEY_WOW64_64KEY = 0x100
# For 64-bit OS, use 32-bit view. Ignored on 32-bit OS
KEY_WOW64_32KEY = 0x200 unless defined? KEY_WOW64_32KEY

Expand Down

0 comments on commit 17ef317

Please sign in to comment.