diff options
Diffstat (limited to 'Alc/compat.h')
-rw-r--r-- | Alc/compat.h | 13 |
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 |