OSDN Git Service

Remove the GetProcessId() call from Win32/Program.inc, take 2.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 22 Sep 2009 15:40:32 +0000 (15:40 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 22 Sep 2009 15:40:32 +0000 (15:40 +0000)
commit92d32367eff38d33e949f4ed47e902cb0d9b923a
tree64ab1125fab46d2925f659c7e72133c8c3f00685
parent460a786b349cceb79917cb76712ec4941bef69cc
Remove the GetProcessId() call from Win32/Program.inc, take 2.

GetProcessId() was introduced only in Windows XP, and we want to support earlier
versions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Win32/Program.inc