Blob Blame History Raw
#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