Get rid of HAVE_MMAP ifdef
[pcsx_rearmed.git] / libpcsxcore / memmap.h
index e80d720..ad56f04 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _MEMMAP_H
 #define _MEMMAP_H
 
-#ifdef HAVE_MMAP
-
 #ifdef _WIN32
 
 #ifndef _WIN32_WINNT            // Allow use of features specific to Windows XP or later.                  
@@ -56,5 +54,3 @@ int     munlock(const void *addr, size_t len);
 #endif
 
 #endif
-
-#endif