summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtdebug.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-10-15 09:12:33 -0400
committermidipix <writeonce@midipix.org>2017-10-15 09:43:16 -0400
commit4b0868b64dd91b3353719636d9ae35fe5700ead1 (patch)
treec55ada4b366cd5687ba7e67ee9219a4836a7bdbf /crt/nt64/crtdebug.c
parentbd952743367f27123fa4acb4765613843a222a40 (diff)
downloadmmglue-4b0868b64dd91b3353719636d9ae35fe5700ead1.tar.bz2
mmglue-4b0868b64dd91b3353719636d9ae35fe5700ead1.tar.xz
psxglue.h: renamed __PSXOPT_TTYDBG --> __PSXOPT_DEBUG.
Diffstat (limited to 'crt/nt64/crtdebug.c')
-rw-r--r--crt/nt64/crtdebug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crt/nt64/crtdebug.c b/crt/nt64/crtdebug.c
new file mode 100644
index 0000000..4f4f6d2
--- /dev/null
+++ b/crt/nt64/crtdebug.c
@@ -0,0 +1,3 @@
+#include "psxglue.h"
+
+const int __crtopt_debug = __PSXOPT_DEBUG;