mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 05:52:40 +00:00
On win32, process.h provides some of the traditional stuff that unistd
provides. This seems like a relatively clean way to get it. llvm-svn: 13936
This commit is contained in:
parent
4570d9a259
commit
3b0942f64e
@ -20,4 +20,8 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user