summaryrefslogtreecommitdiffhomepage
path: root/include/ntcon/ntcon_env.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntcon/ntcon_env.h')
-rw-r--r--include/ntcon/ntcon_env.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/ntcon/ntcon_env.h b/include/ntcon/ntcon_env.h
deleted file mode 100644
index c2e3564..0000000
--- a/include/ntcon/ntcon_env.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#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