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 Sat Dec 21 2024 14:13:52 for openMSX by
1.9.8