blob: de412e42a5b19b578ff3d1c40299c2153697360f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _MSC_VER // [
#error "Use this header only with Microsoft Visual C++ compilers!"
#endif // _MSC_VER ]
#ifndef _MSC_UNISTD_H_ // [
#define _MSC_UNISTD_H_
#include <process.h>
#endif // _MSC_UNISTD_H_ ]
|