X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fmemmap.h;h=ad56f0470755ee428133c55659c3ffad861b2637;hp=e80d720d24665abc0603b3f6a4998329d0f9bf5f;hb=3e5b01fcef8ef20dacca45ea7a7b0c461e6bd666;hpb=a54a7c79d6936d1358294b8a9ac7077b7324b3ca diff --git a/libpcsxcore/memmap.h b/libpcsxcore/memmap.h index e80d720d..ad56f047 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