aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-09 23:51:29 -0800
committerChris Robinson <[email protected]>2018-11-09 23:51:29 -0800
commit68bcf81756d160f9bf1c6c68b9d83611754ff54a (patch)
treeb6b8362894418a539c333125aa16d470eafe86cd /Alc/compat.h
parentd8163a416a00780bced89fd0efca9e641637395f (diff)
Remove the unused file mapping calls
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 25bb0c45..3a5d66c2 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -244,19 +244,6 @@ extern "C" {
#endif
-struct FileMapping {
-#ifdef _WIN32
- HANDLE file;
- HANDLE fmap;
-#else
- int fd;
-#endif
- void *ptr;
- size_t len;
-};
-struct FileMapping MapFileToMem(const char *fname);
-void UnmapFileMem(const struct FileMapping *mapping);
-
void GetProcBinary(al_string *path, al_string *fname);
#ifdef HAVE_DYNLOAD