llvm-project/llvm/lib/System/Win32
Mikhail Glushenkov 88e98fec70 Remove the GetProcessId() call from Win32/Program.inc, take 2.
GetProcessId() was introduced only in Windows XP, and we want to support earlier
versions.

llvm-svn: 82548
2009-09-22 15:40:32 +00:00
..
Alarm.inc Fix the Win32 VS2008 build: 2009-03-19 23:26:52 +00:00
DynamicLibrary.inc remove two methods that no longer exist. 2009-07-08 01:07:39 +00:00
Host.inc Add llvm::sys::getHostTriple and remove 2009-03-31 17:30:15 +00:00
Memory.inc Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
Mutex.inc Insert a SmartMutex templated class into the class hierarchy, which takes a template parameter specifying whether this mutex 2009-06-18 17:53:17 +00:00
Path.inc Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
Process.inc Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't 2009-09-11 20:46:33 +00:00
Program.inc Remove the GetProcessId() call from Win32/Program.inc, take 2. 2009-09-22 15:40:32 +00:00
RWMutex.inc Give RWMutex the SmartRWMutex treatment too. 2009-06-18 18:26:15 +00:00
Signals.inc Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. 2009-09-22 09:50:28 +00:00
ThreadLocal.inc Fixed assert that checks return value of TlsSetValue. 2009-06-30 14:12:28 +00:00
TimeValue.inc Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
Win32.h Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00