summaryrefslogtreecommitdiffhomepage
path: root/include/ntcon/ntcon_env.h
blob: c2e356437f10cce9e8fed45f36f5b198ea277d74 (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