diff options
Diffstat (limited to 'crt/nt64/crtposix.c')
-rw-r--r-- | crt/nt64/crtposix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crt/nt64/crtposix.c b/crt/nt64/crtposix.c new file mode 100644 index 0000000..b8e5113 --- /dev/null +++ b/crt/nt64/crtposix.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_posix = __PSXOPT_POSIX; |