# File lib/chef/win32/api.rb, line 252 def MAKEWORD(low, high) ((low & 0xff) | (high & 0xff)) << 8 end