gr-osmosdr/cmake/msvc/unistd.h

11 lines
212 B
C

#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_ ]