notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a54a7c7
)
Get rid of HAVE_MMAP ifdef
author
twinaphex
<libretro@gmail.com>
Mon, 15 Dec 2014 20:10:07 +0000
(21:10 +0100)
committer
twinaphex
<libretro@gmail.com>
Mon, 15 Dec 2014 20:10:07 +0000
(21:10 +0100)
libpcsxcore/memmap.h
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/memmap.h
b/libpcsxcore/memmap.h
index
e80d720
..
ad56f04
100644
(file)
--- 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