summaryrefslogtreecommitdiff
path: root/src/winapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/winapi.c')
-rw-r--r--src/winapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winapi.c b/src/winapi.c
index 58ca183..eaa6ec4 100644
--- a/src/winapi.c
+++ b/src/winapi.c
@@ -141,7 +141,7 @@ int GetDiskFreeSpace(int x, unsigned long *a, unsigned long *b, unsigned long *c
return 0;
}
-int CreateDirectory(char *dir, int lpSecurityAttributes)
+int CreateDirectory(const char *dir, int lpSecurityAttributes)
{
fprintf(stderr, "CreateDirectory(%s, %d)\n", dir, lpSecurityAttributes);