diff options
author | Chris Robinson <[email protected]> | 2018-01-13 02:59:21 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-13 02:59:21 -0800 |
commit | 26043269e43f4f1096b2f4981ed5386ddf02db3e (patch) | |
tree | 5145a6e56fdf88c95150885f67a06fd747427e85 /Alc/compat.h | |
parent | c9edf7cf7827dbbdbd2d76087a280f6d8aff4126 (diff) |
Allow GetProcPath to return the filename also
Diffstat (limited to 'Alc/compat.h')
-rw-r--r-- | Alc/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h index 247ed05b..6cf2d0d2 100644 --- a/Alc/compat.h +++ b/Alc/compat.h @@ -38,7 +38,7 @@ struct FileMapping { struct FileMapping MapFileToMem(const char *fname); void UnmapFileMem(const struct FileMapping *mapping); -al_string GetProcPath(void); +void GetProcBinary(al_string *path, al_string *fname); #ifdef HAVE_DYNLOAD void *LoadLib(const char *name); |