openMSX
utils
unistdp.hh
Go to the documentation of this file.
1
#ifndef UNISTDP_HH
2
#define UNISTDP_HH
3
4
#ifndef _MSC_VER
5
6
#include <unistd.h>
7
8
#else
9
10
#include <process.h>
11
#include <direct.h>
12
13
using
mode_t = int;
14
15
#endif
16
17
#endif // UNISTDP_HH
Generated on Sun Jan 17 2021 23:13:30 for openMSX by
1.8.20