diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-20 13:57:12 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-09-20 13:57:12 +0000 |
| commit | 1cee0e9b3ec6781f21b1b44cb072b3f56a1436aa (patch) | |
| tree | edf5d3aaea6edd381259a9acaad8e90acc039f70 /win32/glue | |
| parent | 3aa6ae9fd862cc04ce717c38984226381647bdc9 (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30153 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/glue')
| -rw-r--r-- | win32/glue/sys/mman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/glue/sys/mman.h b/win32/glue/sys/mman.h index 35e8cd24..4b12e8d9 100644 --- a/win32/glue/sys/mman.h +++ b/win32/glue/sys/mman.h @@ -10,7 +10,7 @@ #ifndef MMAN_H
#define MMAN_H
-#include <stdlib.h>
+#include <windows.h>
#define mmap(start, length, prot, flags, fd, offset) \
((unsigned char *)VirtualAlloc(NULL, (length), MEM_COMMIT | MEM_RESERVE, PAGE_EXECUTE_READWRITE))
|
