diff options
Diffstat (limited to 'utils/srclist/Nt.c')
| -rw-r--r-- | utils/srclist/Nt.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/srclist/Nt.c b/utils/srclist/Nt.c new file mode 100644 index 00000000..b86b930d --- /dev/null +++ b/utils/srclist/Nt.c @@ -0,0 +1,8 @@ +#include <windows.h> +#include "lib9.h" + +char* +mygetwd(char *path, int len) +{ + return getcwd(path, len); +} |
