# File lib/facter/util/windows/process.rb, line 147 def is_2003_r2? # Peculiar API from user32 - the docs for SM_SERVER2 indicate # The build number if the system is Windows Server 2003 R2; otherwise, 0. GetSystemMetrics(SM_SERVERR2) != 0 end