[llvm-commits] [llvm] r81247 - in /llvm/trunk: include/llvm/System/Program.h lib/System/Unix/Program.inc lib/System/Win32/Program.inc
Mikhail Glushenkov
foldr at codedgers.com
Wed Sep 9 17:59:51 PDT 2009
Hi,
On Wed, Sep 09, 2009 at 11:47:19PM +0000, Sandeep Patel wrote:
> This breaks i686-pc-mingw32 builds.
>
> GetProcessId() is only available in the MinGW winbase.h #if
> (_WIN32_WINNT >= 0x0501) and lib/System/Win32/Win32.h has #define
> _WIN32_WINNT 0x0500.
Will it be OK if I'll use OpenProcess instead?
More information about the llvm-commits
mailing list