summaryrefslogtreecommitdiff
path: root/amiga/os3support.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-11-22 00:06:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-11-22 00:06:10 +0000
commitf7ebec7142321c0d97789015d8185c5b0cacda0c (patch)
tree7dc6f3873c0bcadd35a258d025f749e77a56c22a /amiga/os3support.h
parent5e24a802b073f2905a983d743dc5363915467d53 (diff)
downloadnetsurf-f7ebec7142321c0d97789015d8185c5b0cacda0c.tar.gz
netsurf-f7ebec7142321c0d97789015d8185c5b0cacda0c.tar.bz2
Added Amiga ToolTypes parser.
Initially this allows setting the location of the Users directory, and the current user's name.
Diffstat (limited to 'amiga/os3support.h')
-rw-r--r--amiga/os3support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/os3support.h b/amiga/os3support.h
index 45a917a46..dddedb7ff 100644
--- a/amiga/os3support.h
+++ b/amiga/os3support.h
@@ -144,6 +144,7 @@
#define FOpen(A,B,C) Open(A,B)
#define FClose(A) Close(A)
#define CreateDirTree(D) CreateDir(D) /*\todo This isn't quite right */
+#define SetCurrentDir(L) CurrentDir(L)
#define DevNameFromLock(A,B,C,D) NameFromLock(A,B,C)
/* Exec */