summaryrefslogtreecommitdiffhomepage
path: root/include/ntcon/ntcon_env.h
blob: 92578346a2b63edf0c81f598ec1b785a857f31c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef NTCON_ENV_H
#define NTCON_ENV_H

#if defined (MIDIPIX_FREESTANDING)

#include <psxtypes/psxtypes.h>

#else

#include <stdint.h>

#ifndef __cdecl
#define __cdecl
#endif

#ifndef __stdcall
#define __stdcall
#endif

#endif

#endif