# File lib/chef/win32/api.rb, line 280
        def LOBYTE(w)
          w & 0xff
        end