# File lib/chef/win32/api.rb, line 315
        def HRESULT_FROM_NT(x)
          x | 0x10000000 # FACILITY_NT_BIT
        end