diff options
author | twinaphex | 2014-12-15 21:10:07 +0100 |
---|---|---|
committer | twinaphex | 2014-12-15 21:10:07 +0100 |
commit | 3e5b01fcef8ef20dacca45ea7a7b0c461e6bd666 (patch) | |
tree | 20c7781a594da6b3e38229187e7348ed96795d58 | |
parent | a54a7c79d6936d1358294b8a9ac7077b7324b3ca (diff) | |
download | pcsx_rearmed-3e5b01fcef8ef20dacca45ea7a7b0c461e6bd666.tar.gz pcsx_rearmed-3e5b01fcef8ef20dacca45ea7a7b0c461e6bd666.tar.bz2 pcsx_rearmed-3e5b01fcef8ef20dacca45ea7a7b0c461e6bd666.zip |
Get rid of HAVE_MMAP ifdef
-rw-r--r-- | libpcsxcore/memmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpcsxcore/memmap.h b/libpcsxcore/memmap.h index e80d720..ad56f04 100644 --- a/libpcsxcore/memmap.h +++ b/libpcsxcore/memmap.h @@ -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 |