# File lib/chef/win32/api.rb, line 259
        def MAKELONG(low, high)
          ((low & 0xffff) | (high & 0xffff)) << 16
        end